| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | 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.AllocationExt; |
| | | import com.moral.api.pojo.ext.allocation.AllocationListExt; |
| | |
| | | */ |
| | | AppAuthority authority(String allocationNum, Integer userId); |
| | | |
| | | /** |
| | | * 修改责任单位 |
| | | * @param id |
| | | * @param unitId |
| | | */ |
| | | void updataUnit(Integer id,Integer unitId,Integer polluteType); |
| | | |
| | | /** |
| | | * 查看修改记录 |
| | | * @param allocationNum |
| | | * @return |
| | | */ |
| | | List<AllocationLog> getLog(String allocationNum); |
| | | |
| | | /** |
| | | * 根据字典名称获取权限 空值无权,有值有权 |
| | | * @param code |
| | | * @return |
| | | */ |
| | | List<Integer> getUnitAuthority(String code); |
| | | } |