cjl
2023-09-28 54596f54e147492009daa112ab89a6bcd7bf33a5
screen-api/src/main/java/com/moral/api/service/AllocationService.java
@@ -19,18 +19,11 @@
    List<Map<String, Object>> sysDictData(String code);
    List<ResponsibilityUnit> seleteUnit();
    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);