diff --git a/src/main/java/cn/com/tenlion/controller/api/examination/field/FieldController.java b/src/main/java/cn/com/tenlion/controller/api/examination/field/FieldController.java new file mode 100644 index 0000000..a94f73f --- /dev/null +++ b/src/main/java/cn/com/tenlion/controller/api/examination/field/FieldController.java @@ -0,0 +1,35 @@ +package cn.com.tenlion.controller.api.examination.field; + +import cn.com.tenlion.pojo.dtos.worktype.WorkTypeDTO; +import cn.com.tenlion.pojo.dtos.worktype.WorkTypeZTreeDTO; +import cn.com.tenlion.pojo.vos.worktype.WorkTypeVO; +import cn.com.tenlion.service.worktype.IWorkTypeService; +import ink.wgink.annotation.CheckRequestBodyAnnotation; +import ink.wgink.common.base.DefaultBaseController; +import ink.wgink.interfaces.consts.ISystemConstant; +import ink.wgink.pojo.ListPage; +import ink.wgink.pojo.result.ErrorResult; +import ink.wgink.pojo.result.SuccessResult; +import ink.wgink.pojo.result.SuccessResultData; +import ink.wgink.pojo.result.SuccessResultList; +import io.swagger.annotations.*; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.web.bind.annotation.*; + +import java.util.Arrays; +import java.util.List; +import java.util.Map; + +/** + * @ClassName: FieldController + * @Description: 考场信息 + * @Author: CodeFactory + * @Date: 2021-05-01 12:06:58 + * @Version: 3.0 + **/ +@Api(tags = ISystemConstant.API_TAGS_SYSTEM_PREFIX + "考场信息接口") +@RestController +@RequestMapping(ISystemConstant.API_PREFIX + "/worktype") +public class FieldController extends DefaultBaseController { + +} \ No newline at end of file diff --git a/src/main/java/cn/com/tenlion/service/examination/field/IFieldService.java b/src/main/java/cn/com/tenlion/service/examination/field/IFieldService.java new file mode 100644 index 0000000..f1a5a30 --- /dev/null +++ b/src/main/java/cn/com/tenlion/service/examination/field/IFieldService.java @@ -0,0 +1,24 @@ +package cn.com.tenlion.service.examination.field; + +import cn.com.tenlion.pojo.bos.worktype.WorkTypeBO; +import cn.com.tenlion.pojo.dtos.worktype.WorkTypeDTO; +import cn.com.tenlion.pojo.dtos.worktype.WorkTypeZTreeDTO; +import cn.com.tenlion.pojo.pos.worktype.WorkTypePO; +import cn.com.tenlion.pojo.vos.worktype.WorkTypeVO; +import ink.wgink.pojo.ListPage; +import ink.wgink.pojo.result.SuccessResultList; + +import java.util.List; +import java.util.Map; + +/** + * @ClassName: IWorkTypeService + * @Description: 工种类型 + * @Author: CodeFactory + * @Date: 2021-05-01 12:06:58 + * @Version: 3.0 + **/ +public interface IFieldService { + + +} \ No newline at end of file diff --git a/src/main/resources/static/route/examination/field/list.html b/src/main/resources/static/route/examination/field/list.html new file mode 100644 index 0000000..7c2d87d --- /dev/null +++ b/src/main/resources/static/route/examination/field/list.html @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+ +
+
+ + +
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/src/main/resources/static/route/examination/field/save.html b/src/main/resources/static/route/examination/field/save.html new file mode 100644 index 0000000..f7bebc0 --- /dev/null +++ b/src/main/resources/static/route/examination/field/save.html @@ -0,0 +1,277 @@ + + + + + + + + + + + + + + + +
+
+ +
+
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/src/main/resources/static/route/examination/field/update.html b/src/main/resources/static/route/examination/field/update.html new file mode 100644 index 0000000..27439a6 --- /dev/null +++ b/src/main/resources/static/route/examination/field/update.html @@ -0,0 +1,292 @@ + + + + + + + + + + + + + + + +
+
+ +
+
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/src/main/resources/static/route/examination/station/list.html b/src/main/resources/static/route/examination/station/list.html new file mode 100644 index 0000000..9d565d6 --- /dev/null +++ b/src/main/resources/static/route/examination/station/list.html @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+ +
+
+ + +
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/src/main/resources/static/route/examination/station/save.html b/src/main/resources/static/route/examination/station/save.html new file mode 100644 index 0000000..9ce7ce5 --- /dev/null +++ b/src/main/resources/static/route/examination/station/save.html @@ -0,0 +1,422 @@ + + + + + + + + + + + + + + + +
+
+ +
+
+ +
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ +
+ + + +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/src/main/resources/static/route/examination/station/update.html b/src/main/resources/static/route/examination/station/update.html new file mode 100644 index 0000000..70b0598 --- /dev/null +++ b/src/main/resources/static/route/examination/station/update.html @@ -0,0 +1,456 @@ + + + + + + + + + + + + + + + +
+
+ +
+
+ +
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ +
+ + + +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+ + + + + + + + \ No newline at end of file