| | |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | @Api(value = "加工过程参数controller", tags = {"加工过程参数controller"}) |
| | | @ApiResource({"blade-mdc/process-parameter"}) |
| | | @ApiResource({"mdc/process-parameter"}) |
| | | @RestController |
| | | public class ProcessParameterController { |
| | | @Autowired |
| | |
| | | import io.swagger.annotations.ApiParam; |
| | | |
| | | @Api(value = "设备类型-点检项目", tags = {"设备类型-点检项目"}) |
| | | @ApiResource({"blade-cps/device-type-check-projects"}) |
| | | @ApiResource({"smis/device-type-check-projects"}) |
| | | @RestController |
| | | public class DeviceTypeCheckProjectController { |
| | | private final IDeviceCheckService checkService; |
| | |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | @Api(value = "班次休息日", tags = {"班次休息日"}) |
| | | @ApiResource({"blade-cps/shift-off-day"}) |
| | | @ApiResource({"smis/shift-off-day"}) |
| | | @RestController |
| | | public class ShiftOffDayController extends BladeController { |
| | | private final IShiftOffDayService shiftOffDayService; |