| | |
| | | /** |
| | | * 选择用户 |
| | | * @param equipmentCode 选择的设备ID |
| | | * @param productionId 选择的车间ID |
| | | * @param factoryOrgCode 选择的中心信息 |
| | | * @param positionCode 岗位编号 |
| | | * @return |
| | | */ |
| | | List<UserSelector> selectOperatorList(String equipmentCode, String productionId, String positionCode); |
| | | |
| | | /** |
| | | * 选择用户 |
| | | * @param equipmentCode 选择的设备ID |
| | | * @param factoryId 选择的车间ID |
| | | * @param positionCode 岗位编号 |
| | | * @return |
| | | */ |
| | | List<UserSelector> selectOperatorFactoryList(String equipmentCode, String factoryId, String positionCode); |
| | | List<UserSelector> selectOperatorList(String equipmentCode, String factoryOrgCode, String positionCode); |
| | | |
| | | /** |
| | | * 选择用户 |