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); /**