cjl
2023-09-28 efa7f60912edcf36709e62110673233ac6cb9766
screen-api/src/main/java/com/moral/api/service/AllocationService.java
@@ -23,11 +23,13 @@
    Integer insertAllocation(AllocationAddCond allocation);
    AllocationUnitDto check(Integer id);
    void updateAll(AllocationUpdateCond allocationUpdateCond);
    List<Allocation> selectAll(Map<String,Object> map);
    List<Integer> unitResult();
    Map<String, Object> selectUnitView(Map<String,Object> map);
    List<Map<String,Object>> unitExel(Map<String,Object> map);
    Page<AllocationPageExt> extPage(AllocationPageCond allocationPageCond);
    /**