jinpengyong
2023-09-28 0972f16bb4354539f782d9f91db83bd9f3b87471
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);