| | |
| | | import org.jeecg.modules.dnc.entity.PartsDepartment; |
| | | import org.jeecg.modules.dnc.ucenter.Department; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.jeecg.modules.system.entity.MdcProduction; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @param partsId |
| | | * @return |
| | | */ |
| | | List<Department> getDepartPermsByPartsId(@Param("partsId") String partsId); |
| | | List<MdcProduction> getDepartPermsByPartsId(@Param("partsId") String partsId); |
| | | |
| | | /** |
| | | * 获取已分配的部门 |
| | | * @param partsId |
| | | * @return |
| | | */ |
| | | List<Department> getDepartNonPermsByProductId(@Param("partsId") String partsId); |
| | | List<MdcProduction> getDepartNonPermsByPartsId(@Param("partsId") String partsId); |
| | | } |