| | |
| | | |
| | | @Api(value = "åºç¨è®¾ç½®", tags = {"åºç¨è®¾ç½®"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/apply-settings"}) |
| | | @ApiResource({"smis/apply-settings"}) |
| | | @NonDS |
| | | public class ApplySettingsController extends BladeController { |
| | | private final ICommonGroupService groupService; |
| | |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | |
| | | @ApiResource({"blade-cps/calendar"}) |
| | | @Api(value = "ç产æ¥åcontroller", tags = {"ç产æ¥åcontroller"}) |
| | | @ApiResource({"smis/calendar"}) |
| | | @Api(value = "ç产æ¥å", tags = {"ç产æ¥å"}) |
| | | @RestController |
| | | public class CalendarController extends BladeController { |
| | | private final ICalendarService calendarService; |
| | |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | @ApiResource({"blade-cps/check-item"}) |
| | | @Api(value = "ç¹æ£é¡¹controller", tags = {"ç¹æ£é¡¹controller"}) |
| | | @ApiResource({"smis/check-item"}) |
| | | @Api(value = "ç¹æ£é¡¹", tags = {"ç¹æ£é¡¹"}) |
| | | @RestController |
| | | public class CheckItemController { |
| | | private final ICheckItemService checkItemService; |
| | |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | @ApiResource({"blade-cps/check-project"}) |
| | | @Api(value = "ç¹æ£é¡¹ç®controller", tags = {"ç¹æ£é¡¹ç®controller"}) |
| | | @ApiResource({"smis/check-project"}) |
| | | @Api(value = "ç¹æ£é¡¹ç®", tags = {"ç¹æ£é¡¹ç®"}) |
| | | @RestController |
| | | public class CheckProjectController { |
| | | private final ICheckProjectService checkProjectService; |
| | |
| | | |
| | | @Api(value = "é鿍¡æ¿", tags = {"é鿍¡æ¿"}) |
| | | @RestController |
| | | @ApiResource({"smart-collect/tpl"}) |
| | | @ApiResource({"smis/collecttpl"}) |
| | | @NonDS |
| | | public class CollectTemplateController { |
| | | @Autowired |
| | |
| | | import io.swagger.annotations.ApiParam; |
| | | import springfox.documentation.annotations.ApiIgnore; |
| | | |
| | | @ApiResource({"blade-cps/group"}) |
| | | @ApiResource({"smis/group"}) |
| | | @Api(value = "ç»", tags = {"ç»"}) |
| | | @RestController |
| | | public class CommonGroupController { |
| | |
| | | |
| | | @Api(value = "æºå¨ç±»å", tags = {"æºå¨ç±»å"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/device-types"}) |
| | | @ApiResource({"smis/device-types"}) |
| | | @NonDS |
| | | @Validated |
| | | public class DeviceTypeController { |
| | |
| | | |
| | | @Api(value = "å工管ç", tags = {"å工管ç"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/employee"}) |
| | | @ApiResource({"smis/employee"}) |
| | | @NonDS |
| | | public class EmployeeController extends BladeController { |
| | | private final IEmployeeService employeeService; |
| | |
| | | |
| | | @Api(value = "ä¼ä¸logo管ç", tags = {"ä¼ä¸logo"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/enterprise"}) |
| | | @ApiResource({"smis/enterprise"}) |
| | | @NonDS |
| | | public class EnterpriseInformationController { |
| | | private final IEnterpriseInformationService informationService; |
| | |
| | | |
| | | @Api(value = "å
¨å±å·¥åµ", tags = {"å
¨å±å·¥åµ"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/global_wcs"}) |
| | | @ApiResource({"smis/global_wcs"}) |
| | | @NonDS |
| | | public class GlobalWcsController { |
| | | private final IGlobalWcsService globalWcsService; |
| | |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | @RequestMapping({"blade-cps/init"}) |
| | | @RequestMapping({"smis/init"}) |
| | | @Api(value = "å¼å¯¼é¡µåå§å", tags = {"å¼å¯¼é¡µåå§å"}) |
| | | @RestController |
| | | @Validated |
| | |
| | | |
| | | @Api(value = "æºå¨ç®¡ç", tags = {"æºå¨ç®¡ç"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/machine"}) |
| | | @ApiResource({"smis/machine"}) |
| | | @NonDS |
| | | public class MachineController { |
| | | private final IMachineService machineService; |
| | |
| | | |
| | | @Api(value = "ä¿å
»é¡¹", tags = {"ä¿å
»é¡¹"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/maintain-item"}) |
| | | @ApiResource({"smis/maintain-item"}) |
| | | @NonDS |
| | | @Validated |
| | | public class MaintainItemController extends BladeController { |
| | |
| | | |
| | | @Api(value = "ä¿å
»é¡¹ç®", tags = {"ä¿å
»é¡¹ç®"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/maintain-project"}) |
| | | @ApiResource({"smis/maintain-project"}) |
| | | @NonDS |
| | | @Validated |
| | | public class MaintainProjectController extends BladeController { |
| | |
| | | |
| | | @Api(value = "ä¿å
»é¡¹ç®ä¿å
»é¡¹", tags = {"ä¿å
»é¡¹ç®ä¿å
»é¡¹"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/maintain-project-item"}) |
| | | @ApiResource({"smis/maintain-project-item"}) |
| | | @NonDS |
| | | @Validated |
| | | public class MaintainProjectItemController extends BladeController { |
| | |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | @ApiResource({"blade-cps/malfunction"}) |
| | | @ApiResource({"smis/malfunction"}) |
| | | @Api(value = "æ
éç±»å", tags = {"æ
éç±»å"}) |
| | | @RestController |
| | | public class MalfunctionTypeController extends BladeController { |
| | |
| | | |
| | | @Api(value = "test", tags = {"test"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/test"}) |
| | | @ApiResource({"smis/test"}) |
| | | public class MyTestController {// extends BladeController |
| | | |
| | | @Autowired |
| | |
| | | |
| | | @Api(value = "ç»ç»ç»æ", tags = {"ç»ç»ç»æ"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/organization"}) |
| | | @ApiResource({"smis/organization"}) |
| | | @NonDS |
| | | public class OrganizationController extends BladeController { |
| | | private final IOrganizationService organizationService; |
| | |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | |
| | | @ApiResource({"blade-cps/shift"}) |
| | | @Api(value = "çæ¬¡controller", tags = {"çæ¬¡controller"}) |
| | | @ApiResource({"smis/shift"}) |
| | | @Api(value = "çæ¬¡", tags = {"çæ¬¡"}) |
| | | @RestController |
| | | public class ShiftController extends BladeController { |
| | | private final IShiftModelService shiftModelService; |
| | |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | @Api(value = "ShiftOffDay管ç", tags = {"ShiftOffDay管ç"}) |
| | | @Api(value = "çæ¬¡ä¼æ¯æ¥", tags = {"çæ¬¡ä¼æ¯æ¥"}) |
| | | @ApiResource({"blade-cps/shift-off-day"}) |
| | | @RestController |
| | | public class ShiftOffDayController extends BladeController { |
| | |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | @Api(value = "éä»¶æä»¶ç®¡ç", tags = {"éä»¶æä»¶ç®¡ç"}) |
| | | @ApiResource({"blade-cps/tool-appendix"}) |
| | | @ApiResource({"smis/tool-appendix"}) |
| | | @RestController |
| | | public class ToolAppendixController extends BladeController { |
| | | private final IToolAppendixService toolAppendixService; |
| | |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | @ApiResource({"blade-cps/test"}) |
| | | @ApiResource({"smis/test"}) |
| | | @Api(value = "æµè¯websocket", tags = {"æµè¯websocket"}) |
| | | @RestController |
| | | public class WebSocketTestController { |
| | |
| | | |
| | | @Api(value = "å·¥ä½ç®¡ç", tags = {"å·¥ä½ç®¡ç"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/workstation"}) |
| | | @ApiResource({"smis/workstation"}) |
| | | @NonDS |
| | | @Validated |
| | | public class WorkstationController extends BladeController { |
| | |
| | | @Autowired |
| | | private ISystemResourceService systemResourceService; |
| | | |
| | | /* |
| | | public WorkstationController(final IWorkstationService workstationService, final IDmpVariablesService dmpVariablesService, final ISystemResourceService systemResourceService) { |
| | | this.workstationService = workstationService; |
| | | this.dmpVariablesService = dmpVariablesService; |
| | | this.systemResourceService = systemResourceService; |
| | | }*/ |
| | | |
| | | @PreAuth |
| | | @PostResource({"/submit"}) |
| | |
| | | |
| | | @Api(value = "å·¥ä½ç®¡ç", tags = {"å·¥ä½ç®¡ç"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/workstation"}) |
| | | @ApiResource({"smis/workstation"}) |
| | | @NonDS |
| | | @Validated |
| | | public class WorkstationDpController extends BladeController { |
| | |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | @Api(value = "å·¥åµåæ°ç®¡ç", tags = {"å·¥åµåæ°ç®¡ç"}) |
| | | @Api(value = "å·¥ä½å·¥åµåæ°", tags = {"å·¥ä½å·¥åµåæ°"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/workstation-wcs"}) |
| | | @ApiResource({"smis/workstation-wcs"}) |
| | | @NonDS |
| | | @Validated |
| | | public class WorkstationWcsController extends BladeController { |
| | |
| | | |
| | | @Api(value = "è·åæ°æ®æ°æ®æ ç¾", tags = {"è·åæ°æ®æ°æ®æ ç¾"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/workstation-wcs-usage"}) |
| | | @ApiResource({"smis/workstation-wcs-usage"}) |
| | | @Validated |
| | | public class WorkstationWcsUsageController extends BladeController { |
| | | private final IWorkstationWcsUsageService workstationWcsUsageService; |
| | |
| | | |
| | | @Api(value = "å·¥ä½å·¥ä½å°ç®¡ç", tags = {"å·¥ä½å·¥ä½å°ç®¡ç"}) |
| | | @RestController |
| | | @ApiResource({"blade-cps/workstation-workbench"}) |
| | | @ApiResource({"smis/workstation-workbench"}) |
| | | @NonDS |
| | | @Validated |
| | | public class WorkstationWorkbenchController { |