| | |
| | | import com.moral.api.entity.Allocation; |
| | | import com.moral.api.entity.AllocationLog; |
| | | import com.moral.api.entity.ResponsibilityUnit; |
| | | import com.moral.api.pojo.ext.allocation.AllocationExcelExt; |
| | | import com.moral.api.pojo.ext.allocation.AllocationExt; |
| | | import com.moral.api.pojo.ext.allocation.AllocationListExt; |
| | | import com.moral.api.pojo.ext.allocation.AllocationPageExt; |
| | |
| | | * @return |
| | | */ |
| | | List<AllocationLog> getLog(String allocationNum); |
| | | |
| | | /** |
| | | * 根据字典名称获取权限 空值无权,有值有权 |
| | | * @param code |
| | | * @return |
| | | */ |
| | | List<Integer> getUnitAuthority(String code); |
| | | |
| | | |
| | | List<AllocationExcelExt> listExcel(List<Integer> id); |
| | | } |