| | |
| | | |
| | | Integer insertAllocation(AllocationAddCond allocation); |
| | | |
| | | AllocationUnitDto check(Integer id); |
| | | |
| | | void updateAll(AllocationUpdateCond allocationUpdateCond); |
| | | |
| | | List<Allocation> selectAll(Map<String,Object> map); |
| | | List<Integer> unitResult(); |
| | | |
| | | Integer unitAreaCode(); |
| | | |
| | | Map<String, Object> selectUnitView(Map<String,Object> map); |
| | | |
| | | List<Map<String,Object>> unitExel(Map<String,Object> map); |
| | | |
| | | Page<AllocationPageExt> extPage(AllocationPageCond allocationPageCond); |
| | | /** |
| | |
| | | */ |
| | | AllocationExt extOne(Integer id); |
| | | |
| | | AllocationExt oneAllocation(Integer id); |
| | | |
| | | void changeAllocation(AllocationChangeCond changeCond); |
| | | |
| | | void checkAllocation(AllocationCheckCond checkCond); |