| | |
| | | import com.moral.api.pojo.ext.allocation.AllocationListExt; |
| | | import com.moral.api.pojo.ext.allocation.AllocationPageExt; |
| | | import com.moral.api.pojo.query.allocation.*; |
| | | import com.moral.api.pojo.dto.allocation.AllocationUnitDto; |
| | | import com.moral.api.pojo.query.allocationextension.AllocationExtensionAddCond; |
| | | import com.moral.api.pojo.query.app.AppAllocationFileCond; |
| | | import com.moral.api.pojo.query.app.AppAllocationPageCond; |
| | | import com.moral.api.pojo.vo.allocation.AllocationFindVo; |
| | | import com.moral.api.pojo.vo.allocation.AllocationPageVo; |
| | | import com.moral.api.pojo.vo.app.AppAllocationFindVo; |
| | | import com.moral.api.pojo.vo.app.AppAuthority; |
| | | |
| | | public interface AllocationService extends IService<Allocation> { |
| | | |
| | |
| | | */ |
| | | void checkSmallRoutine(AllocationCheckCond checkCond); |
| | | |
| | | |
| | | boolean authority(String allocationNum,Integer userId); |
| | | /** |
| | | * 分享权限 1 可以看可以写 2.可以看不能写 3.都不能 |
| | | * @param allocationNum |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | AppAuthority authority(String allocationNum, Integer userId); |
| | | |
| | | |
| | | } |