jinpengyong
2023-09-26 fd68d9efbe525e9210f7013c1f103f197f01841c
screen-api/src/main/java/com/moral/api/service/AllocationService.java
@@ -29,6 +29,11 @@
    List<Allocation> selectAll(Map<String,Object> map);
    Map<String, Object> selectUnitView(Map<String,Object> map);
    List<Map<String,Object>> unitExel(Map<String,Object> map);
    Page<AllocationPageExt> extPage(AllocationPageCond allocationPageCond);
    /**
     * 根据id查询详情
@@ -37,6 +42,8 @@
     */
    AllocationExt extOne(Integer id);
     AllocationExt oneAllocation(Integer id);
    void changeAllocation(AllocationChangeCond changeCond);
    void checkAllocation(AllocationCheckCond checkCond);