| | |
| | | */ |
| | | List<MdcProOptionsVo> loadProductionOptions(String userId, String productionId); |
| | | |
| | | List<MdcProduction> findMdcPros(String userId, String productionId); |
| | | |
| | | /** |
| | | * |
| | | * @param userId |
| | |
| | | * @return |
| | | */ |
| | | List<MdcProOptionsVo> loadTeamOptions(String userId, String productionId); |
| | | |
| | | /** |
| | | * |
| | | * @param userId |
| | | * @param allProductionIds |
| | | * @return |
| | | */ |
| | | List<String> findProIdsByUId(String userId, List<String> allProductionIds); |
| | | |
| | | /** |
| | | * |
| | | * @param productionId |
| | | * @return |
| | | */ |
| | | List<String> findChildByProId(String productionId); |
| | | |
| | | |
| | | String findProName(String equipmentId); |
| | | } |