Эх сурвалжийг харах

工作考核和标准化更新

LPJ 3 өдөр өмнө
parent
commit
4ae58af7b9
100 өөрчлөгдсөн 3545 нэмэгдсэн , 0 устгасан
  1. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqCheckController.java
  2. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqInreController.java
  3. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqInspController.java
  4. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqInspResuController.java
  5. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqMainController.java
  6. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqOperCertController.java
  7. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqOperController.java
  8. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqOperInspResuController.java
  9. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqQusaiOperItemController.java
  10. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqSpeOperPersController.java
  11. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/ObjSpeqController.java
  12. 43 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqCheck.java
  13. 47 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqInre.java
  14. 35 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqInsp.java
  15. 31 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqInspResu.java
  16. 43 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqMain.java
  17. 31 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqOper.java
  18. 43 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqOperCert.java
  19. 31 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqOperInspResu.java
  20. 35 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqQusaiOperItem.java
  21. 39 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqSpeOperPers.java
  22. 137 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/ObjSpeq.java
  23. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqCheckMapper.java
  24. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqInreMapper.java
  25. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqInspMapper.java
  26. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqInspResuMapper.java
  27. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqMainMapper.java
  28. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqOperCertMapper.java
  29. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqOperInspResuMapper.java
  30. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqOperMapper.java
  31. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqQusaiOperItemMapper.java
  32. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqSpeOperPersMapper.java
  33. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/ObjSpeqMapper.java
  34. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqCheckService.java
  35. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqInreService.java
  36. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqInspResuService.java
  37. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqInspService.java
  38. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqMainService.java
  39. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqOperCertService.java
  40. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqOperInspResuService.java
  41. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqOperService.java
  42. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqQusaiOperItemService.java
  43. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqSpeOperPersService.java
  44. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IObjSpeqService.java
  45. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqCheckServiceImpl.java
  46. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqInreServiceImpl.java
  47. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqInspResuServiceImpl.java
  48. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqInspServiceImpl.java
  49. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqMainServiceImpl.java
  50. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqOperCertServiceImpl.java
  51. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqOperInspResuServiceImpl.java
  52. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqOperServiceImpl.java
  53. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqQusaiOperItemServiceImpl.java
  54. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqSpeOperPersServiceImpl.java
  55. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/ObjSpeqServiceImpl.java
  56. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasExpertController.java
  57. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasGropController.java
  58. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasNotiController.java
  59. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasObjController.java
  60. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasProgController.java
  61. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasProjController.java
  62. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasScorController.java
  63. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasStaffController.java
  64. 59 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasStanController.java
  65. 69 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/ObjWoasController.java
  66. 33 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasExpert.java
  67. 51 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasGrop.java
  68. 43 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasNoti.java
  69. 74 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasObj.java
  70. 39 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasProg.java
  71. 40 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasProj.java
  72. 43 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasScor.java
  73. 30 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasStaff.java
  74. 50 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasStan.java
  75. 70 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/ObjWoas.java
  76. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasExpertMapper.java
  77. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasGropMapper.java
  78. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasNotiMapper.java
  79. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasObjMapper.java
  80. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasProgMapper.java
  81. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasProjMapper.java
  82. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasScorMapper.java
  83. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasStaffMapper.java
  84. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasStanMapper.java
  85. 15 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/ObjWoasMapper.java
  86. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasExpertService.java
  87. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasGropService.java
  88. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasNotiService.java
  89. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasObjService.java
  90. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasProgService.java
  91. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasProjService.java
  92. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasScorService.java
  93. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasStaffService.java
  94. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasStanService.java
  95. 13 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IObjWoasService.java
  96. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/impl/BisWoasExpertServiceImpl.java
  97. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/impl/BisWoasGropServiceImpl.java
  98. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/impl/BisWoasNotiServiceImpl.java
  99. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/impl/BisWoasObjServiceImpl.java
  100. 45 0
      gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/impl/BisWoasProgServiceImpl.java

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqCheckController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.speq.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.speq.domain.BisSpeqCheck;
+import com.goldenwater.slaj.speq.service.IBisSpeqCheckService;
+
+@RestController
+@RequestMapping("/speq/check")
+public class BisSpeqCheckController extends BaseController {
+
+    @Autowired
+    private IBisSpeqCheckService bisSpeqCheckService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisSpeqCheck bisSpeqCheck) {
+        startPage();
+        List<BisSpeqCheck> list = bisSpeqCheckService.selectBisSpeqCheckList(bisSpeqCheck);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisSpeqCheckService.selectBisSpeqCheckByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisSpeqCheck bisSpeqCheck) {
+        return toAjax(bisSpeqCheckService.insertBisSpeqCheck(bisSpeqCheck));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisSpeqCheck bisSpeqCheck) {
+        return toAjax(bisSpeqCheckService.updateBisSpeqCheck(bisSpeqCheck));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisSpeqCheckService.deleteBisSpeqCheckByGuids(guids));
+    }
+
+    @Log(title = "特种设备检查信息管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('speq:check:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisSpeqCheck bisSpeqCheck) {
+        List<BisSpeqCheck> list = bisSpeqCheckService.selectBisSpeqCheckList(bisSpeqCheck);
+        ExcelUtil<BisSpeqCheck> util = new ExcelUtil<BisSpeqCheck>(BisSpeqCheck.class);
+        util.exportExcel(response, list, "特种设备检查信息数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqInreController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.speq.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.speq.domain.BisSpeqInre;
+import com.goldenwater.slaj.speq.service.IBisSpeqInreService;
+
+@RestController
+@RequestMapping("/speq/inre")
+public class BisSpeqInreController extends BaseController {
+
+    @Autowired
+    private IBisSpeqInreService bisSpeqInreService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisSpeqInre bisSpeqInre) {
+        startPage();
+        List<BisSpeqInre> list = bisSpeqInreService.selectBisSpeqInreList(bisSpeqInre);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisSpeqInreService.selectBisSpeqInreByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisSpeqInre bisSpeqInre) {
+        return toAjax(bisSpeqInreService.insertBisSpeqInre(bisSpeqInre));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisSpeqInre bisSpeqInre) {
+        return toAjax(bisSpeqInreService.updateBisSpeqInre(bisSpeqInre));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisSpeqInreService.deleteBisSpeqInreByGuids(guids));
+    }
+
+    @Log(title = "特种设备安装拆除信息管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('speq:inre:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisSpeqInre bisSpeqInre) {
+        List<BisSpeqInre> list = bisSpeqInreService.selectBisSpeqInreList(bisSpeqInre);
+        ExcelUtil<BisSpeqInre> util = new ExcelUtil<BisSpeqInre>(BisSpeqInre.class);
+        util.exportExcel(response, list, "特种设备安装拆除信息数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqInspController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.speq.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.speq.domain.BisSpeqInsp;
+import com.goldenwater.slaj.speq.service.IBisSpeqInspService;
+
+@RestController
+@RequestMapping("/speq/insp")
+public class BisSpeqInspController extends BaseController {
+
+    @Autowired
+    private IBisSpeqInspService bisSpeqInspService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisSpeqInsp bisSpeqInsp) {
+        startPage();
+        List<BisSpeqInsp> list = bisSpeqInspService.selectBisSpeqInspList(bisSpeqInsp);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisSpeqInspService.selectBisSpeqInspByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisSpeqInsp bisSpeqInsp) {
+        return toAjax(bisSpeqInspService.insertBisSpeqInsp(bisSpeqInsp));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisSpeqInsp bisSpeqInsp) {
+        return toAjax(bisSpeqInspService.updateBisSpeqInsp(bisSpeqInsp));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisSpeqInspService.deleteBisSpeqInspByGuids(guids));
+    }
+
+    @Log(title = "特种设备检测信息管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('speq:insp:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisSpeqInsp bisSpeqInsp) {
+        List<BisSpeqInsp> list = bisSpeqInspService.selectBisSpeqInspList(bisSpeqInsp);
+        ExcelUtil<BisSpeqInsp> util = new ExcelUtil<BisSpeqInsp>(BisSpeqInsp.class);
+        util.exportExcel(response, list, "特种设备检测信息数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqInspResuController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.speq.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.speq.domain.BisSpeqInspResu;
+import com.goldenwater.slaj.speq.service.IBisSpeqInspResuService;
+
+@RestController
+@RequestMapping("/speq/inspresu")
+public class BisSpeqInspResuController extends BaseController {
+
+    @Autowired
+    private IBisSpeqInspResuService bisSpeqInspResuService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisSpeqInspResu bisSpeqInspResu) {
+        startPage();
+        List<BisSpeqInspResu> list = bisSpeqInspResuService.selectBisSpeqInspResuList(bisSpeqInspResu);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisSpeqInspResuService.selectBisSpeqInspResuByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisSpeqInspResu bisSpeqInspResu) {
+        return toAjax(bisSpeqInspResuService.insertBisSpeqInspResu(bisSpeqInspResu));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisSpeqInspResu bisSpeqInspResu) {
+        return toAjax(bisSpeqInspResuService.updateBisSpeqInspResu(bisSpeqInspResu));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisSpeqInspResuService.deleteBisSpeqInspResuByGuids(guids));
+    }
+
+    @Log(title = "特种设备查验结果管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('speq:inspresu:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisSpeqInspResu bisSpeqInspResu) {
+        List<BisSpeqInspResu> list = bisSpeqInspResuService.selectBisSpeqInspResuList(bisSpeqInspResu);
+        ExcelUtil<BisSpeqInspResu> util = new ExcelUtil<BisSpeqInspResu>(BisSpeqInspResu.class);
+        util.exportExcel(response, list, "特种设备查验结果数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqMainController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.speq.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.speq.domain.BisSpeqMain;
+import com.goldenwater.slaj.speq.service.IBisSpeqMainService;
+
+@RestController
+@RequestMapping("/speq/main")
+public class BisSpeqMainController extends BaseController {
+
+    @Autowired
+    private IBisSpeqMainService bisSpeqMainService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisSpeqMain bisSpeqMain) {
+        startPage();
+        List<BisSpeqMain> list = bisSpeqMainService.selectBisSpeqMainList(bisSpeqMain);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisSpeqMainService.selectBisSpeqMainByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisSpeqMain bisSpeqMain) {
+        return toAjax(bisSpeqMainService.insertBisSpeqMain(bisSpeqMain));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisSpeqMain bisSpeqMain) {
+        return toAjax(bisSpeqMainService.updateBisSpeqMain(bisSpeqMain));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisSpeqMainService.deleteBisSpeqMainByGuids(guids));
+    }
+
+    @Log(title = "特种设备维修保养信息管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('speq:main:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisSpeqMain bisSpeqMain) {
+        List<BisSpeqMain> list = bisSpeqMainService.selectBisSpeqMainList(bisSpeqMain);
+        ExcelUtil<BisSpeqMain> util = new ExcelUtil<BisSpeqMain>(BisSpeqMain.class);
+        util.exportExcel(response, list, "特种设备维修保养信息数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqOperCertController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.speq.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.speq.domain.BisSpeqOperCert;
+import com.goldenwater.slaj.speq.service.IBisSpeqOperCertService;
+
+@RestController
+@RequestMapping("/speq/opercert")
+public class BisSpeqOperCertController extends BaseController {
+
+    @Autowired
+    private IBisSpeqOperCertService bisSpeqOperCertService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisSpeqOperCert bisSpeqOperCert) {
+        startPage();
+        List<BisSpeqOperCert> list = bisSpeqOperCertService.selectBisSpeqOperCertList(bisSpeqOperCert);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisSpeqOperCertService.selectBisSpeqOperCertByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisSpeqOperCert bisSpeqOperCert) {
+        return toAjax(bisSpeqOperCertService.insertBisSpeqOperCert(bisSpeqOperCert));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisSpeqOperCert bisSpeqOperCert) {
+        return toAjax(bisSpeqOperCertService.updateBisSpeqOperCert(bisSpeqOperCert));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisSpeqOperCertService.deleteBisSpeqOperCertByGuids(guids));
+    }
+
+    @Log(title = "特种作业人员证书管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('speq:opercert:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisSpeqOperCert bisSpeqOperCert) {
+        List<BisSpeqOperCert> list = bisSpeqOperCertService.selectBisSpeqOperCertList(bisSpeqOperCert);
+        ExcelUtil<BisSpeqOperCert> util = new ExcelUtil<BisSpeqOperCert>(BisSpeqOperCert.class);
+        util.exportExcel(response, list, "特种作业人员证书数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqOperController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.speq.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.speq.domain.BisSpeqOper;
+import com.goldenwater.slaj.speq.service.IBisSpeqOperService;
+
+@RestController
+@RequestMapping("/speq/oper")
+public class BisSpeqOperController extends BaseController {
+
+    @Autowired
+    private IBisSpeqOperService bisSpeqOperService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisSpeqOper bisSpeqOper) {
+        startPage();
+        List<BisSpeqOper> list = bisSpeqOperService.selectBisSpeqOperList(bisSpeqOper);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisSpeqOperService.selectBisSpeqOperByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisSpeqOper bisSpeqOper) {
+        return toAjax(bisSpeqOperService.insertBisSpeqOper(bisSpeqOper));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisSpeqOper bisSpeqOper) {
+        return toAjax(bisSpeqOperService.updateBisSpeqOper(bisSpeqOper));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisSpeqOperService.deleteBisSpeqOperByGuids(guids));
+    }
+
+    @Log(title = "特种设备操作记录管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('speq:oper:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisSpeqOper bisSpeqOper) {
+        List<BisSpeqOper> list = bisSpeqOperService.selectBisSpeqOperList(bisSpeqOper);
+        ExcelUtil<BisSpeqOper> util = new ExcelUtil<BisSpeqOper>(BisSpeqOper.class);
+        util.exportExcel(response, list, "特种设备操作记录数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqOperInspResuController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.speq.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.speq.domain.BisSpeqOperInspResu;
+import com.goldenwater.slaj.speq.service.IBisSpeqOperInspResuService;
+
+@RestController
+@RequestMapping("/speq/operinspresu")
+public class BisSpeqOperInspResuController extends BaseController {
+
+    @Autowired
+    private IBisSpeqOperInspResuService bisSpeqOperInspResuService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisSpeqOperInspResu bisSpeqOperInspResu) {
+        startPage();
+        List<BisSpeqOperInspResu> list = bisSpeqOperInspResuService.selectBisSpeqOperInspResuList(bisSpeqOperInspResu);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisSpeqOperInspResuService.selectBisSpeqOperInspResuByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisSpeqOperInspResu bisSpeqOperInspResu) {
+        return toAjax(bisSpeqOperInspResuService.insertBisSpeqOperInspResu(bisSpeqOperInspResu));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisSpeqOperInspResu bisSpeqOperInspResu) {
+        return toAjax(bisSpeqOperInspResuService.updateBisSpeqOperInspResu(bisSpeqOperInspResu));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisSpeqOperInspResuService.deleteBisSpeqOperInspResuByGuids(guids));
+    }
+
+    @Log(title = "特种人员证书查验结果管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('speq:operinspresu:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisSpeqOperInspResu bisSpeqOperInspResu) {
+        List<BisSpeqOperInspResu> list = bisSpeqOperInspResuService.selectBisSpeqOperInspResuList(bisSpeqOperInspResu);
+        ExcelUtil<BisSpeqOperInspResu> util = new ExcelUtil<BisSpeqOperInspResu>(BisSpeqOperInspResu.class);
+        util.exportExcel(response, list, "特种人员证书查验结果数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqQusaiOperItemController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.speq.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.speq.domain.BisSpeqQusaiOperItem;
+import com.goldenwater.slaj.speq.service.IBisSpeqQusaiOperItemService;
+
+@RestController
+@RequestMapping("/speq/qusaioperitem")
+public class BisSpeqQusaiOperItemController extends BaseController {
+
+    @Autowired
+    private IBisSpeqQusaiOperItemService bisSpeqQusaiOperItemService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisSpeqQusaiOperItem bisSpeqQusaiOperItem) {
+        startPage();
+        List<BisSpeqQusaiOperItem> list = bisSpeqQusaiOperItemService.selectBisSpeqQusaiOperItemList(bisSpeqQusaiOperItem);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisSpeqQusaiOperItemService.selectBisSpeqQusaiOperItemByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisSpeqQusaiOperItem bisSpeqQusaiOperItem) {
+        return toAjax(bisSpeqQusaiOperItemService.insertBisSpeqQusaiOperItem(bisSpeqQusaiOperItem));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisSpeqQusaiOperItem bisSpeqQusaiOperItem) {
+        return toAjax(bisSpeqQusaiOperItemService.updateBisSpeqQusaiOperItem(bisSpeqQusaiOperItem));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisSpeqQusaiOperItemService.deleteBisSpeqQusaiOperItemByGuids(guids));
+    }
+
+    @Log(title = "特种作业人员证准操项目管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('speq:qusaioperitem:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisSpeqQusaiOperItem bisSpeqQusaiOperItem) {
+        List<BisSpeqQusaiOperItem> list = bisSpeqQusaiOperItemService.selectBisSpeqQusaiOperItemList(bisSpeqQusaiOperItem);
+        ExcelUtil<BisSpeqQusaiOperItem> util = new ExcelUtil<BisSpeqQusaiOperItem>(BisSpeqQusaiOperItem.class);
+        util.exportExcel(response, list, "特种作业人员证准操项目数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/BisSpeqSpeOperPersController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.speq.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.speq.domain.BisSpeqSpeOperPers;
+import com.goldenwater.slaj.speq.service.IBisSpeqSpeOperPersService;
+
+@RestController
+@RequestMapping("/speq/speoperpers")
+public class BisSpeqSpeOperPersController extends BaseController {
+
+    @Autowired
+    private IBisSpeqSpeOperPersService bisSpeqSpeOperPersService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisSpeqSpeOperPers bisSpeqSpeOperPers) {
+        startPage();
+        List<BisSpeqSpeOperPers> list = bisSpeqSpeOperPersService.selectBisSpeqSpeOperPersList(bisSpeqSpeOperPers);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisSpeqSpeOperPersService.selectBisSpeqSpeOperPersByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisSpeqSpeOperPers bisSpeqSpeOperPers) {
+        return toAjax(bisSpeqSpeOperPersService.insertBisSpeqSpeOperPers(bisSpeqSpeOperPers));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisSpeqSpeOperPers bisSpeqSpeOperPers) {
+        return toAjax(bisSpeqSpeOperPersService.updateBisSpeqSpeOperPers(bisSpeqSpeOperPers));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisSpeqSpeOperPersService.deleteBisSpeqSpeOperPersByGuids(guids));
+    }
+
+    @Log(title = "特种作业人员管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('speq:speoperpers:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisSpeqSpeOperPers bisSpeqSpeOperPers) {
+        List<BisSpeqSpeOperPers> list = bisSpeqSpeOperPersService.selectBisSpeqSpeOperPersList(bisSpeqSpeOperPers);
+        ExcelUtil<BisSpeqSpeOperPers> util = new ExcelUtil<BisSpeqSpeOperPers>(BisSpeqSpeOperPers.class);
+        util.exportExcel(response, list, "特种作业人员数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/controller/ObjSpeqController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.speq.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.speq.domain.ObjSpeq;
+import com.goldenwater.slaj.speq.service.IObjSpeqService;
+
+@RestController
+@RequestMapping("/speq/objspeq")
+public class ObjSpeqController extends BaseController {
+
+    @Autowired
+    private IObjSpeqService objSpeqService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(ObjSpeq objSpeq) {
+        startPage();
+        List<ObjSpeq> list = objSpeqService.selectObjSpeqList(objSpeq);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(objSpeqService.selectObjSpeqByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody ObjSpeq objSpeq) {
+        return toAjax(objSpeqService.insertObjSpeq(objSpeq));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody ObjSpeq objSpeq) {
+        return toAjax(objSpeqService.updateObjSpeq(objSpeq));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(objSpeqService.deleteObjSpeqByGuids(guids));
+    }
+
+    @Log(title = "特种设备对象管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('speq:objspeq:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, ObjSpeq objSpeq) {
+        List<ObjSpeq> list = objSpeqService.selectObjSpeqList(objSpeq);
+        ExcelUtil<ObjSpeq> util = new ExcelUtil<>(ObjSpeq.class);
+        util.exportExcel(response, list, "特种设备对象数据");
+    }
+}

+ 43 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqCheck.java

@@ -0,0 +1,43 @@
+package com.goldenwater.slaj.speq.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 特种设备检查信息表 bis_speq_check */
+@Data
+public class BisSpeqCheck {
+    /** GUID */
+    private String guid;
+
+    /** 特种设备GUID */
+    private String speqGuid;
+
+    /** 责任人员 */
+    @Excel(name = "责任人员")
+    private String legPers;
+
+    /** 检查日期 */
+    @Excel(name = "检查日期")
+    private String checkTime;
+
+    /** 检查内容 */
+    @Excel(name = "检查内容")
+    private String checkCont;
+
+    /** 发现问题 */
+    @Excel(name = "发现问题")
+    private String probFound;
+
+    /** 处理情况 */
+    @Excel(name = "处理情况")
+    private String dispOppi;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 47 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqInre.java

@@ -0,0 +1,47 @@
+package com.goldenwater.slaj.speq.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 特种设备安装拆除信息表 bis_speq_inre */
+@Data
+public class BisSpeqInre {
+    /** GUID */
+    private String guid;
+
+    /** 特种设备GUID */
+    private String speqGuid;
+
+    /** 安装/拆除类型 */
+    @Excel(name = "安装/拆除类型")
+    private String insRemType;
+
+    /** 安装/拆除单位 */
+    @Excel(name = "安装/拆除单位")
+    private String insRemWiunCode;
+
+    /** 安装/拆除日期 */
+    @Excel(name = "安装/拆除日期")
+    private String insRemDate;
+
+    /** 施工人员 */
+    @Excel(name = "施工人员")
+    private String consPers;
+
+    /** 现场监督人员 */
+    @Excel(name = "现场监督人员")
+    private String fieldSuper;
+
+    /** 验收责任人 */
+    @Excel(name = "验收责任人")
+    private String accepPers;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 35 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqInsp.java

@@ -0,0 +1,35 @@
+package com.goldenwater.slaj.speq.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 特种设备检测信息表 bis_speq_insp */
+@Data
+public class BisSpeqInsp {
+    /** GUID */
+    private String guid;
+
+    /** 特种设备GUID */
+    private String speqGuid;
+
+    /** 检测机构 */
+    @Excel(name = "检测机构")
+    private String inspWiunName;
+
+    /** 检测日期 */
+    @Excel(name = "检测日期")
+    private String inspTime;
+
+    /** 检测结论 */
+    @Excel(name = "检测结论")
+    private String inspConc;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 31 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqInspResu.java

@@ -0,0 +1,31 @@
+package com.goldenwater.slaj.speq.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 特种设备查验结果表 bis_speq_insp_resu */
+@Data
+public class BisSpeqInspResu {
+    /** GUID */
+    private String guid;
+
+    /** 特种设备GUID */
+    private String speqGuid;
+
+    /** 查验结果 */
+    @Excel(name = "查验结果")
+    private String resultType;
+
+    /** 查验时间 */
+    @Excel(name = "查验时间")
+    private String inspTime;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 43 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqMain.java

@@ -0,0 +1,43 @@
+package com.goldenwater.slaj.speq.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 特种设备维修保养信息表 bis_speq_main */
+@Data
+public class BisSpeqMain {
+    /** GUID */
+    private String guid;
+
+    /** 特种设备GUID */
+    private String speqGuid;
+
+    /** 维护保养时间 */
+    @Excel(name = "维护保养时间")
+    private String mainTime;
+
+    /** 维护保养负责人 */
+    @Excel(name = "维护保养负责人")
+    private String mainLegPers;
+
+    /** 维护保养内容 */
+    @Excel(name = "维护保养内容")
+    private String mainCont;
+
+    /** 发现问题 */
+    @Excel(name = "发现问题")
+    private String probFound;
+
+    /** 处理情况 */
+    @Excel(name = "处理情况")
+    private String dispSitu;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 31 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqOper.java

@@ -0,0 +1,31 @@
+package com.goldenwater.slaj.speq.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 特种设备操作记录表 bis_speq_oper */
+@Data
+public class BisSpeqOper {
+    /** GUID */
+    private String guid;
+
+    /** 特种设备GUID */
+    private String speqGuid;
+
+    /** 特种设备作业人员GUID */
+    @Excel(name = "特种设备作业人员GUID")
+    private String speqOperGuid;
+
+    /** 操作时间 */
+    @Excel(name = "操作时间")
+    private String operTime;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 43 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqOperCert.java

@@ -0,0 +1,43 @@
+package com.goldenwater.slaj.speq.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 特种作业人员证书表 bis_speq_oper_cert */
+@Data
+public class BisSpeqOperCert {
+    /** GUID */
+    private String guid;
+
+    /** 特种作业人员GUID */
+    private String speqSpeOperPersGuid;
+
+    /** 证书编号 */
+    @Excel(name = "证书编号")
+    private String certNum;
+
+    /** 发证机关 */
+    @Excel(name = "发证机关")
+    private String issuWiun;
+
+    /** 初领日期 */
+    @Excel(name = "初领日期")
+    private String initDate;
+
+    /** 证书有效期 */
+    @Excel(name = "证书有效期")
+    private String certVali;
+
+    /** 复审日期 */
+    @Excel(name = "复审日期")
+    private String reviTime;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 31 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqOperInspResu.java

@@ -0,0 +1,31 @@
+package com.goldenwater.slaj.speq.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 特种人员证书查验结果表 bis_speq_oper_insp_resu */
+@Data
+public class BisSpeqOperInspResu {
+    /** GUID */
+    private String guid;
+
+    /** 特种人员证书GUID */
+    private String bisSpeqOperCertGuid;
+
+    /** 查验结果 */
+    @Excel(name = "查验结果")
+    private String resultType;
+
+    /** 查验时间 */
+    @Excel(name = "查验时间")
+    private String inspTime;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 35 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqQusaiOperItem.java

@@ -0,0 +1,35 @@
+package com.goldenwater.slaj.speq.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 特种作业人员证准操项目表 bis_speq_qusai_oper_item */
+@Data
+public class BisSpeqQusaiOperItem {
+    /** GUID */
+    private String guid;
+
+    /** 特种作业人员证书GUID */
+    private String speqSpeOperCertGuid;
+
+    /** 准操项目 */
+    @Excel(name = "准操项目")
+    private String citNum;
+
+    /** 批准日期 */
+    @Excel(name = "批准日期")
+    private String apprDate;
+
+    /** 有效期 */
+    @Excel(name = "有效期")
+    private String itemVali;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 39 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/BisSpeqSpeOperPers.java

@@ -0,0 +1,39 @@
+package com.goldenwater.slaj.speq.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 特种作业人员表 bis_speq_spe_oper_pers */
+@Data
+public class BisSpeqSpeOperPers {
+    /** GUID */
+    private String guid;
+
+    /** 公民身份号码 */
+    @Excel(name = "公民身份号码")
+    private String citNum;
+
+    /** 所属机构GUID */
+    private String orgGuid;
+
+    /** 姓名 */
+    @Excel(name = "姓名")
+    private String persName;
+
+    /** 性别 */
+    @Excel(name = "性别")
+    private String sex;
+
+    /** 作业类别 */
+    @Excel(name = "作业类别")
+    private String operType;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 137 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/domain/ObjSpeq.java

@@ -0,0 +1,137 @@
+package com.goldenwater.slaj.speq.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 特种设备对象表 obj_speq */
+@Data
+public class ObjSpeq {
+
+    /** 主键GUID */
+    private String guid;
+
+    /** 特种设备名称 */
+    @Excel(name = "特种设备名称")
+    private String speqName;
+
+    /** 特种设备编码 */
+    @Excel(name = "特种设备编码")
+    private String speqCode;
+
+    /** 所属机构GUID */
+    private String orgGuid;
+
+    /** 工程GUID */
+    private String engGuid;
+
+    /** 标段GUID */
+    private String tendGuid;
+
+    /** 特种设备类型 */
+    @Excel(name = "特种设备类型")
+    private String speqType;
+
+    /** 工程性质 */
+    @Excel(name = "工程性质")
+    private String proType;
+
+    /** 特种设备型号 */
+    @Excel(name = "特种设备型号")
+    private String speqModel;
+
+    /** 出租方 */
+    @Excel(name = "出租方")
+    private String lessor;
+
+    /** 设备生产厂家 */
+    @Excel(name = "设备生产厂家")
+    private String eqfaManu;
+
+    /** 出厂日期 */
+    @Excel(name = "出厂日期")
+    private String prodDate;
+
+    /** 安装单位名称 */
+    @Excel(name = "安装单位名称")
+    private String instWiunName;
+
+    /** 安装日期 */
+    @Excel(name = "安装日期")
+    private String instDate;
+
+    /** 进场日期 */
+    @Excel(name = "进场日期")
+    private String appeDate;
+
+    /** 退场日期 */
+    @Excel(name = "退场日期")
+    private String exitDate;
+
+    /** 负责人 */
+    @Excel(name = "负责人")
+    private String legPers;
+
+    /** 负责人联系电话 */
+    @Excel(name = "负责人联系电话")
+    private String legPersTel;
+
+    /** 验收人员 */
+    @Excel(name = "验收人员")
+    private String accepPers;
+
+    /** 验收日期 */
+    @Excel(name = "验收日期")
+    private String accepDate;
+
+    /** 安全生产许可证编号 */
+    @Excel(name = "安全生产许可证编号")
+    private String safeProdLiceNum;
+
+    /** 发证日期 */
+    @Excel(name = "发证日期")
+    private String issueDate;
+
+    /** 状态 */
+    @Excel(name = "状态")
+    private String stat;
+
+    /** 是否设置特种设备专业告示牌 */
+    @Excel(name = "专业告示牌")
+    private String ifSpeqProfBoard;
+
+    /** 是否设置特种设备人员告示牌 */
+    @Excel(name = "人员告示牌")
+    private String ifSpeqStafBoard;
+
+    /** 是否设置特种设备登记告示牌 */
+    @Excel(name = "登记告示牌")
+    private String ifSpeqRegBoard;
+
+    /** 是否设置特种设备验收告示牌 */
+    @Excel(name = "验收告示牌")
+    private String ifSpeqAccBoard;
+
+    /** 特种设备位置 */
+    @Excel(name = "特种设备位置")
+    private String speqLoc;
+
+    /** 备注 */
+    private String note;
+
+    /** 采集时间 */
+    private String collTime;
+
+    /** 更新时间 */
+    private String updTime;
+
+    /** 记录人员 */
+    private String recPers;
+
+    /** 操作人员姓名 */
+    @Excel(name = "操作人员姓名")
+    private String operpeopleName;
+
+    /** 操作人员 */
+    @Excel(name = "操作人员")
+    private String operpeople;
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqCheckMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.speq.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqCheck;
+
+@Mapper
+public interface BisSpeqCheckMapper {
+    BisSpeqCheck selectBisSpeqCheckByGuid(String guid);
+    List<BisSpeqCheck> selectBisSpeqCheckList(BisSpeqCheck bisSpeqCheck);
+    int insertBisSpeqCheck(BisSpeqCheck bisSpeqCheck);
+    int updateBisSpeqCheck(BisSpeqCheck bisSpeqCheck);
+    int deleteBisSpeqCheckByGuid(String guid);
+    int deleteBisSpeqCheckByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqInreMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.speq.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqInre;
+
+@Mapper
+public interface BisSpeqInreMapper {
+    BisSpeqInre selectBisSpeqInreByGuid(String guid);
+    List<BisSpeqInre> selectBisSpeqInreList(BisSpeqInre bisSpeqInre);
+    int insertBisSpeqInre(BisSpeqInre bisSpeqInre);
+    int updateBisSpeqInre(BisSpeqInre bisSpeqInre);
+    int deleteBisSpeqInreByGuid(String guid);
+    int deleteBisSpeqInreByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqInspMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.speq.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqInsp;
+
+@Mapper
+public interface BisSpeqInspMapper {
+    BisSpeqInsp selectBisSpeqInspByGuid(String guid);
+    List<BisSpeqInsp> selectBisSpeqInspList(BisSpeqInsp bisSpeqInsp);
+    int insertBisSpeqInsp(BisSpeqInsp bisSpeqInsp);
+    int updateBisSpeqInsp(BisSpeqInsp bisSpeqInsp);
+    int deleteBisSpeqInspByGuid(String guid);
+    int deleteBisSpeqInspByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqInspResuMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.speq.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqInspResu;
+
+@Mapper
+public interface BisSpeqInspResuMapper {
+    BisSpeqInspResu selectBisSpeqInspResuByGuid(String guid);
+    List<BisSpeqInspResu> selectBisSpeqInspResuList(BisSpeqInspResu bisSpeqInspResu);
+    int insertBisSpeqInspResu(BisSpeqInspResu bisSpeqInspResu);
+    int updateBisSpeqInspResu(BisSpeqInspResu bisSpeqInspResu);
+    int deleteBisSpeqInspResuByGuid(String guid);
+    int deleteBisSpeqInspResuByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqMainMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.speq.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqMain;
+
+@Mapper
+public interface BisSpeqMainMapper {
+    BisSpeqMain selectBisSpeqMainByGuid(String guid);
+    List<BisSpeqMain> selectBisSpeqMainList(BisSpeqMain bisSpeqMain);
+    int insertBisSpeqMain(BisSpeqMain bisSpeqMain);
+    int updateBisSpeqMain(BisSpeqMain bisSpeqMain);
+    int deleteBisSpeqMainByGuid(String guid);
+    int deleteBisSpeqMainByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqOperCertMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.speq.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqOperCert;
+
+@Mapper
+public interface BisSpeqOperCertMapper {
+    BisSpeqOperCert selectBisSpeqOperCertByGuid(String guid);
+    List<BisSpeqOperCert> selectBisSpeqOperCertList(BisSpeqOperCert bisSpeqOperCert);
+    int insertBisSpeqOperCert(BisSpeqOperCert bisSpeqOperCert);
+    int updateBisSpeqOperCert(BisSpeqOperCert bisSpeqOperCert);
+    int deleteBisSpeqOperCertByGuid(String guid);
+    int deleteBisSpeqOperCertByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqOperInspResuMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.speq.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqOperInspResu;
+
+@Mapper
+public interface BisSpeqOperInspResuMapper {
+    BisSpeqOperInspResu selectBisSpeqOperInspResuByGuid(String guid);
+    List<BisSpeqOperInspResu> selectBisSpeqOperInspResuList(BisSpeqOperInspResu bisSpeqOperInspResu);
+    int insertBisSpeqOperInspResu(BisSpeqOperInspResu bisSpeqOperInspResu);
+    int updateBisSpeqOperInspResu(BisSpeqOperInspResu bisSpeqOperInspResu);
+    int deleteBisSpeqOperInspResuByGuid(String guid);
+    int deleteBisSpeqOperInspResuByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqOperMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.speq.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqOper;
+
+@Mapper
+public interface BisSpeqOperMapper {
+    BisSpeqOper selectBisSpeqOperByGuid(String guid);
+    List<BisSpeqOper> selectBisSpeqOperList(BisSpeqOper bisSpeqOper);
+    int insertBisSpeqOper(BisSpeqOper bisSpeqOper);
+    int updateBisSpeqOper(BisSpeqOper bisSpeqOper);
+    int deleteBisSpeqOperByGuid(String guid);
+    int deleteBisSpeqOperByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqQusaiOperItemMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.speq.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqQusaiOperItem;
+
+@Mapper
+public interface BisSpeqQusaiOperItemMapper {
+    BisSpeqQusaiOperItem selectBisSpeqQusaiOperItemByGuid(String guid);
+    List<BisSpeqQusaiOperItem> selectBisSpeqQusaiOperItemList(BisSpeqQusaiOperItem bisSpeqQusaiOperItem);
+    int insertBisSpeqQusaiOperItem(BisSpeqQusaiOperItem bisSpeqQusaiOperItem);
+    int updateBisSpeqQusaiOperItem(BisSpeqQusaiOperItem bisSpeqQusaiOperItem);
+    int deleteBisSpeqQusaiOperItemByGuid(String guid);
+    int deleteBisSpeqQusaiOperItemByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/BisSpeqSpeOperPersMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.speq.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqSpeOperPers;
+
+@Mapper
+public interface BisSpeqSpeOperPersMapper {
+    BisSpeqSpeOperPers selectBisSpeqSpeOperPersByGuid(String guid);
+    List<BisSpeqSpeOperPers> selectBisSpeqSpeOperPersList(BisSpeqSpeOperPers bisSpeqSpeOperPers);
+    int insertBisSpeqSpeOperPers(BisSpeqSpeOperPers bisSpeqSpeOperPers);
+    int updateBisSpeqSpeOperPers(BisSpeqSpeOperPers bisSpeqSpeOperPers);
+    int deleteBisSpeqSpeOperPersByGuid(String guid);
+    int deleteBisSpeqSpeOperPersByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/mapper/ObjSpeqMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.speq.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.speq.domain.ObjSpeq;
+
+@Mapper
+public interface ObjSpeqMapper {
+    ObjSpeq selectObjSpeqByGuid(String guid);
+    List<ObjSpeq> selectObjSpeqList(ObjSpeq objSpeq);
+    int insertObjSpeq(ObjSpeq objSpeq);
+    int updateObjSpeq(ObjSpeq objSpeq);
+    int deleteObjSpeqByGuid(String guid);
+    int deleteObjSpeqByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqCheckService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.speq.service;
+
+import java.util.List;
+import com.goldenwater.slaj.speq.domain.BisSpeqCheck;
+
+public interface IBisSpeqCheckService {
+    BisSpeqCheck selectBisSpeqCheckByGuid(String guid);
+    List<BisSpeqCheck> selectBisSpeqCheckList(BisSpeqCheck bisSpeqCheck);
+    int insertBisSpeqCheck(BisSpeqCheck bisSpeqCheck);
+    int updateBisSpeqCheck(BisSpeqCheck bisSpeqCheck);
+    int deleteBisSpeqCheckByGuid(String guid);
+    int deleteBisSpeqCheckByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqInreService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.speq.service;
+
+import java.util.List;
+import com.goldenwater.slaj.speq.domain.BisSpeqInre;
+
+public interface IBisSpeqInreService {
+    BisSpeqInre selectBisSpeqInreByGuid(String guid);
+    List<BisSpeqInre> selectBisSpeqInreList(BisSpeqInre bisSpeqInre);
+    int insertBisSpeqInre(BisSpeqInre bisSpeqInre);
+    int updateBisSpeqInre(BisSpeqInre bisSpeqInre);
+    int deleteBisSpeqInreByGuid(String guid);
+    int deleteBisSpeqInreByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqInspResuService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.speq.service;
+
+import java.util.List;
+import com.goldenwater.slaj.speq.domain.BisSpeqInspResu;
+
+public interface IBisSpeqInspResuService {
+    BisSpeqInspResu selectBisSpeqInspResuByGuid(String guid);
+    List<BisSpeqInspResu> selectBisSpeqInspResuList(BisSpeqInspResu bisSpeqInspResu);
+    int insertBisSpeqInspResu(BisSpeqInspResu bisSpeqInspResu);
+    int updateBisSpeqInspResu(BisSpeqInspResu bisSpeqInspResu);
+    int deleteBisSpeqInspResuByGuid(String guid);
+    int deleteBisSpeqInspResuByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqInspService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.speq.service;
+
+import java.util.List;
+import com.goldenwater.slaj.speq.domain.BisSpeqInsp;
+
+public interface IBisSpeqInspService {
+    BisSpeqInsp selectBisSpeqInspByGuid(String guid);
+    List<BisSpeqInsp> selectBisSpeqInspList(BisSpeqInsp bisSpeqInsp);
+    int insertBisSpeqInsp(BisSpeqInsp bisSpeqInsp);
+    int updateBisSpeqInsp(BisSpeqInsp bisSpeqInsp);
+    int deleteBisSpeqInspByGuid(String guid);
+    int deleteBisSpeqInspByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqMainService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.speq.service;
+
+import java.util.List;
+import com.goldenwater.slaj.speq.domain.BisSpeqMain;
+
+public interface IBisSpeqMainService {
+    BisSpeqMain selectBisSpeqMainByGuid(String guid);
+    List<BisSpeqMain> selectBisSpeqMainList(BisSpeqMain bisSpeqMain);
+    int insertBisSpeqMain(BisSpeqMain bisSpeqMain);
+    int updateBisSpeqMain(BisSpeqMain bisSpeqMain);
+    int deleteBisSpeqMainByGuid(String guid);
+    int deleteBisSpeqMainByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqOperCertService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.speq.service;
+
+import java.util.List;
+import com.goldenwater.slaj.speq.domain.BisSpeqOperCert;
+
+public interface IBisSpeqOperCertService {
+    BisSpeqOperCert selectBisSpeqOperCertByGuid(String guid);
+    List<BisSpeqOperCert> selectBisSpeqOperCertList(BisSpeqOperCert bisSpeqOperCert);
+    int insertBisSpeqOperCert(BisSpeqOperCert bisSpeqOperCert);
+    int updateBisSpeqOperCert(BisSpeqOperCert bisSpeqOperCert);
+    int deleteBisSpeqOperCertByGuid(String guid);
+    int deleteBisSpeqOperCertByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqOperInspResuService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.speq.service;
+
+import java.util.List;
+import com.goldenwater.slaj.speq.domain.BisSpeqOperInspResu;
+
+public interface IBisSpeqOperInspResuService {
+    BisSpeqOperInspResu selectBisSpeqOperInspResuByGuid(String guid);
+    List<BisSpeqOperInspResu> selectBisSpeqOperInspResuList(BisSpeqOperInspResu bisSpeqOperInspResu);
+    int insertBisSpeqOperInspResu(BisSpeqOperInspResu bisSpeqOperInspResu);
+    int updateBisSpeqOperInspResu(BisSpeqOperInspResu bisSpeqOperInspResu);
+    int deleteBisSpeqOperInspResuByGuid(String guid);
+    int deleteBisSpeqOperInspResuByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqOperService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.speq.service;
+
+import java.util.List;
+import com.goldenwater.slaj.speq.domain.BisSpeqOper;
+
+public interface IBisSpeqOperService {
+    BisSpeqOper selectBisSpeqOperByGuid(String guid);
+    List<BisSpeqOper> selectBisSpeqOperList(BisSpeqOper bisSpeqOper);
+    int insertBisSpeqOper(BisSpeqOper bisSpeqOper);
+    int updateBisSpeqOper(BisSpeqOper bisSpeqOper);
+    int deleteBisSpeqOperByGuid(String guid);
+    int deleteBisSpeqOperByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqQusaiOperItemService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.speq.service;
+
+import java.util.List;
+import com.goldenwater.slaj.speq.domain.BisSpeqQusaiOperItem;
+
+public interface IBisSpeqQusaiOperItemService {
+    BisSpeqQusaiOperItem selectBisSpeqQusaiOperItemByGuid(String guid);
+    List<BisSpeqQusaiOperItem> selectBisSpeqQusaiOperItemList(BisSpeqQusaiOperItem bisSpeqQusaiOperItem);
+    int insertBisSpeqQusaiOperItem(BisSpeqQusaiOperItem bisSpeqQusaiOperItem);
+    int updateBisSpeqQusaiOperItem(BisSpeqQusaiOperItem bisSpeqQusaiOperItem);
+    int deleteBisSpeqQusaiOperItemByGuid(String guid);
+    int deleteBisSpeqQusaiOperItemByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IBisSpeqSpeOperPersService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.speq.service;
+
+import java.util.List;
+import com.goldenwater.slaj.speq.domain.BisSpeqSpeOperPers;
+
+public interface IBisSpeqSpeOperPersService {
+    BisSpeqSpeOperPers selectBisSpeqSpeOperPersByGuid(String guid);
+    List<BisSpeqSpeOperPers> selectBisSpeqSpeOperPersList(BisSpeqSpeOperPers bisSpeqSpeOperPers);
+    int insertBisSpeqSpeOperPers(BisSpeqSpeOperPers bisSpeqSpeOperPers);
+    int updateBisSpeqSpeOperPers(BisSpeqSpeOperPers bisSpeqSpeOperPers);
+    int deleteBisSpeqSpeOperPersByGuid(String guid);
+    int deleteBisSpeqSpeOperPersByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/IObjSpeqService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.speq.service;
+
+import java.util.List;
+import com.goldenwater.slaj.speq.domain.ObjSpeq;
+
+public interface IObjSpeqService {
+    ObjSpeq selectObjSpeqByGuid(String guid);
+    List<ObjSpeq> selectObjSpeqList(ObjSpeq objSpeq);
+    int insertObjSpeq(ObjSpeq objSpeq);
+    int updateObjSpeq(ObjSpeq objSpeq);
+    int deleteObjSpeqByGuid(String guid);
+    int deleteObjSpeqByGuids(String[] guids);
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqCheckServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.speq.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.speq.mapper.BisSpeqCheckMapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqCheck;
+import com.goldenwater.slaj.speq.service.IBisSpeqCheckService;
+
+@Service
+public class BisSpeqCheckServiceImpl implements IBisSpeqCheckService {
+
+    @Autowired
+    private BisSpeqCheckMapper bisSpeqCheckMapper;
+
+    @Override
+    public BisSpeqCheck selectBisSpeqCheckByGuid(String guid) {
+        return bisSpeqCheckMapper.selectBisSpeqCheckByGuid(guid);
+    }
+
+    @Override
+    public List<BisSpeqCheck> selectBisSpeqCheckList(BisSpeqCheck bisSpeqCheck) {
+        return bisSpeqCheckMapper.selectBisSpeqCheckList(bisSpeqCheck);
+    }
+
+    @Override
+    public int insertBisSpeqCheck(BisSpeqCheck bisSpeqCheck) {
+        return bisSpeqCheckMapper.insertBisSpeqCheck(bisSpeqCheck);
+    }
+
+    @Override
+    public int updateBisSpeqCheck(BisSpeqCheck bisSpeqCheck) {
+        return bisSpeqCheckMapper.updateBisSpeqCheck(bisSpeqCheck);
+    }
+
+    @Override
+    public int deleteBisSpeqCheckByGuid(String guid) {
+        return bisSpeqCheckMapper.deleteBisSpeqCheckByGuid(guid);
+    }
+
+    @Override
+    public int deleteBisSpeqCheckByGuids(String[] guids) {
+        return bisSpeqCheckMapper.deleteBisSpeqCheckByGuids(guids);
+    }
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqInreServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.speq.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.speq.mapper.BisSpeqInreMapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqInre;
+import com.goldenwater.slaj.speq.service.IBisSpeqInreService;
+
+@Service
+public class BisSpeqInreServiceImpl implements IBisSpeqInreService {
+
+    @Autowired
+    private BisSpeqInreMapper bisSpeqInreMapper;
+
+    @Override
+    public BisSpeqInre selectBisSpeqInreByGuid(String guid) {
+        return bisSpeqInreMapper.selectBisSpeqInreByGuid(guid);
+    }
+
+    @Override
+    public List<BisSpeqInre> selectBisSpeqInreList(BisSpeqInre bisSpeqInre) {
+        return bisSpeqInreMapper.selectBisSpeqInreList(bisSpeqInre);
+    }
+
+    @Override
+    public int insertBisSpeqInre(BisSpeqInre bisSpeqInre) {
+        return bisSpeqInreMapper.insertBisSpeqInre(bisSpeqInre);
+    }
+
+    @Override
+    public int updateBisSpeqInre(BisSpeqInre bisSpeqInre) {
+        return bisSpeqInreMapper.updateBisSpeqInre(bisSpeqInre);
+    }
+
+    @Override
+    public int deleteBisSpeqInreByGuid(String guid) {
+        return bisSpeqInreMapper.deleteBisSpeqInreByGuid(guid);
+    }
+
+    @Override
+    public int deleteBisSpeqInreByGuids(String[] guids) {
+        return bisSpeqInreMapper.deleteBisSpeqInreByGuids(guids);
+    }
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqInspResuServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.speq.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.speq.mapper.BisSpeqInspResuMapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqInspResu;
+import com.goldenwater.slaj.speq.service.IBisSpeqInspResuService;
+
+@Service
+public class BisSpeqInspResuServiceImpl implements IBisSpeqInspResuService {
+
+    @Autowired
+    private BisSpeqInspResuMapper bisSpeqInspResuMapper;
+
+    @Override
+    public BisSpeqInspResu selectBisSpeqInspResuByGuid(String guid) {
+        return bisSpeqInspResuMapper.selectBisSpeqInspResuByGuid(guid);
+    }
+
+    @Override
+    public List<BisSpeqInspResu> selectBisSpeqInspResuList(BisSpeqInspResu bisSpeqInspResu) {
+        return bisSpeqInspResuMapper.selectBisSpeqInspResuList(bisSpeqInspResu);
+    }
+
+    @Override
+    public int insertBisSpeqInspResu(BisSpeqInspResu bisSpeqInspResu) {
+        return bisSpeqInspResuMapper.insertBisSpeqInspResu(bisSpeqInspResu);
+    }
+
+    @Override
+    public int updateBisSpeqInspResu(BisSpeqInspResu bisSpeqInspResu) {
+        return bisSpeqInspResuMapper.updateBisSpeqInspResu(bisSpeqInspResu);
+    }
+
+    @Override
+    public int deleteBisSpeqInspResuByGuid(String guid) {
+        return bisSpeqInspResuMapper.deleteBisSpeqInspResuByGuid(guid);
+    }
+
+    @Override
+    public int deleteBisSpeqInspResuByGuids(String[] guids) {
+        return bisSpeqInspResuMapper.deleteBisSpeqInspResuByGuids(guids);
+    }
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqInspServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.speq.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.speq.mapper.BisSpeqInspMapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqInsp;
+import com.goldenwater.slaj.speq.service.IBisSpeqInspService;
+
+@Service
+public class BisSpeqInspServiceImpl implements IBisSpeqInspService {
+
+    @Autowired
+    private BisSpeqInspMapper bisSpeqInspMapper;
+
+    @Override
+    public BisSpeqInsp selectBisSpeqInspByGuid(String guid) {
+        return bisSpeqInspMapper.selectBisSpeqInspByGuid(guid);
+    }
+
+    @Override
+    public List<BisSpeqInsp> selectBisSpeqInspList(BisSpeqInsp bisSpeqInsp) {
+        return bisSpeqInspMapper.selectBisSpeqInspList(bisSpeqInsp);
+    }
+
+    @Override
+    public int insertBisSpeqInsp(BisSpeqInsp bisSpeqInsp) {
+        return bisSpeqInspMapper.insertBisSpeqInsp(bisSpeqInsp);
+    }
+
+    @Override
+    public int updateBisSpeqInsp(BisSpeqInsp bisSpeqInsp) {
+        return bisSpeqInspMapper.updateBisSpeqInsp(bisSpeqInsp);
+    }
+
+    @Override
+    public int deleteBisSpeqInspByGuid(String guid) {
+        return bisSpeqInspMapper.deleteBisSpeqInspByGuid(guid);
+    }
+
+    @Override
+    public int deleteBisSpeqInspByGuids(String[] guids) {
+        return bisSpeqInspMapper.deleteBisSpeqInspByGuids(guids);
+    }
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqMainServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.speq.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.speq.mapper.BisSpeqMainMapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqMain;
+import com.goldenwater.slaj.speq.service.IBisSpeqMainService;
+
+@Service
+public class BisSpeqMainServiceImpl implements IBisSpeqMainService {
+
+    @Autowired
+    private BisSpeqMainMapper bisSpeqMainMapper;
+
+    @Override
+    public BisSpeqMain selectBisSpeqMainByGuid(String guid) {
+        return bisSpeqMainMapper.selectBisSpeqMainByGuid(guid);
+    }
+
+    @Override
+    public List<BisSpeqMain> selectBisSpeqMainList(BisSpeqMain bisSpeqMain) {
+        return bisSpeqMainMapper.selectBisSpeqMainList(bisSpeqMain);
+    }
+
+    @Override
+    public int insertBisSpeqMain(BisSpeqMain bisSpeqMain) {
+        return bisSpeqMainMapper.insertBisSpeqMain(bisSpeqMain);
+    }
+
+    @Override
+    public int updateBisSpeqMain(BisSpeqMain bisSpeqMain) {
+        return bisSpeqMainMapper.updateBisSpeqMain(bisSpeqMain);
+    }
+
+    @Override
+    public int deleteBisSpeqMainByGuid(String guid) {
+        return bisSpeqMainMapper.deleteBisSpeqMainByGuid(guid);
+    }
+
+    @Override
+    public int deleteBisSpeqMainByGuids(String[] guids) {
+        return bisSpeqMainMapper.deleteBisSpeqMainByGuids(guids);
+    }
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqOperCertServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.speq.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.speq.mapper.BisSpeqOperCertMapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqOperCert;
+import com.goldenwater.slaj.speq.service.IBisSpeqOperCertService;
+
+@Service
+public class BisSpeqOperCertServiceImpl implements IBisSpeqOperCertService {
+
+    @Autowired
+    private BisSpeqOperCertMapper bisSpeqOperCertMapper;
+
+    @Override
+    public BisSpeqOperCert selectBisSpeqOperCertByGuid(String guid) {
+        return bisSpeqOperCertMapper.selectBisSpeqOperCertByGuid(guid);
+    }
+
+    @Override
+    public List<BisSpeqOperCert> selectBisSpeqOperCertList(BisSpeqOperCert bisSpeqOperCert) {
+        return bisSpeqOperCertMapper.selectBisSpeqOperCertList(bisSpeqOperCert);
+    }
+
+    @Override
+    public int insertBisSpeqOperCert(BisSpeqOperCert bisSpeqOperCert) {
+        return bisSpeqOperCertMapper.insertBisSpeqOperCert(bisSpeqOperCert);
+    }
+
+    @Override
+    public int updateBisSpeqOperCert(BisSpeqOperCert bisSpeqOperCert) {
+        return bisSpeqOperCertMapper.updateBisSpeqOperCert(bisSpeqOperCert);
+    }
+
+    @Override
+    public int deleteBisSpeqOperCertByGuid(String guid) {
+        return bisSpeqOperCertMapper.deleteBisSpeqOperCertByGuid(guid);
+    }
+
+    @Override
+    public int deleteBisSpeqOperCertByGuids(String[] guids) {
+        return bisSpeqOperCertMapper.deleteBisSpeqOperCertByGuids(guids);
+    }
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqOperInspResuServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.speq.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.speq.mapper.BisSpeqOperInspResuMapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqOperInspResu;
+import com.goldenwater.slaj.speq.service.IBisSpeqOperInspResuService;
+
+@Service
+public class BisSpeqOperInspResuServiceImpl implements IBisSpeqOperInspResuService {
+
+    @Autowired
+    private BisSpeqOperInspResuMapper bisSpeqOperInspResuMapper;
+
+    @Override
+    public BisSpeqOperInspResu selectBisSpeqOperInspResuByGuid(String guid) {
+        return bisSpeqOperInspResuMapper.selectBisSpeqOperInspResuByGuid(guid);
+    }
+
+    @Override
+    public List<BisSpeqOperInspResu> selectBisSpeqOperInspResuList(BisSpeqOperInspResu bisSpeqOperInspResu) {
+        return bisSpeqOperInspResuMapper.selectBisSpeqOperInspResuList(bisSpeqOperInspResu);
+    }
+
+    @Override
+    public int insertBisSpeqOperInspResu(BisSpeqOperInspResu bisSpeqOperInspResu) {
+        return bisSpeqOperInspResuMapper.insertBisSpeqOperInspResu(bisSpeqOperInspResu);
+    }
+
+    @Override
+    public int updateBisSpeqOperInspResu(BisSpeqOperInspResu bisSpeqOperInspResu) {
+        return bisSpeqOperInspResuMapper.updateBisSpeqOperInspResu(bisSpeqOperInspResu);
+    }
+
+    @Override
+    public int deleteBisSpeqOperInspResuByGuid(String guid) {
+        return bisSpeqOperInspResuMapper.deleteBisSpeqOperInspResuByGuid(guid);
+    }
+
+    @Override
+    public int deleteBisSpeqOperInspResuByGuids(String[] guids) {
+        return bisSpeqOperInspResuMapper.deleteBisSpeqOperInspResuByGuids(guids);
+    }
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqOperServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.speq.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.speq.mapper.BisSpeqOperMapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqOper;
+import com.goldenwater.slaj.speq.service.IBisSpeqOperService;
+
+@Service
+public class BisSpeqOperServiceImpl implements IBisSpeqOperService {
+
+    @Autowired
+    private BisSpeqOperMapper bisSpeqOperMapper;
+
+    @Override
+    public BisSpeqOper selectBisSpeqOperByGuid(String guid) {
+        return bisSpeqOperMapper.selectBisSpeqOperByGuid(guid);
+    }
+
+    @Override
+    public List<BisSpeqOper> selectBisSpeqOperList(BisSpeqOper bisSpeqOper) {
+        return bisSpeqOperMapper.selectBisSpeqOperList(bisSpeqOper);
+    }
+
+    @Override
+    public int insertBisSpeqOper(BisSpeqOper bisSpeqOper) {
+        return bisSpeqOperMapper.insertBisSpeqOper(bisSpeqOper);
+    }
+
+    @Override
+    public int updateBisSpeqOper(BisSpeqOper bisSpeqOper) {
+        return bisSpeqOperMapper.updateBisSpeqOper(bisSpeqOper);
+    }
+
+    @Override
+    public int deleteBisSpeqOperByGuid(String guid) {
+        return bisSpeqOperMapper.deleteBisSpeqOperByGuid(guid);
+    }
+
+    @Override
+    public int deleteBisSpeqOperByGuids(String[] guids) {
+        return bisSpeqOperMapper.deleteBisSpeqOperByGuids(guids);
+    }
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqQusaiOperItemServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.speq.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.speq.mapper.BisSpeqQusaiOperItemMapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqQusaiOperItem;
+import com.goldenwater.slaj.speq.service.IBisSpeqQusaiOperItemService;
+
+@Service
+public class BisSpeqQusaiOperItemServiceImpl implements IBisSpeqQusaiOperItemService {
+
+    @Autowired
+    private BisSpeqQusaiOperItemMapper bisSpeqQusaiOperItemMapper;
+
+    @Override
+    public BisSpeqQusaiOperItem selectBisSpeqQusaiOperItemByGuid(String guid) {
+        return bisSpeqQusaiOperItemMapper.selectBisSpeqQusaiOperItemByGuid(guid);
+    }
+
+    @Override
+    public List<BisSpeqQusaiOperItem> selectBisSpeqQusaiOperItemList(BisSpeqQusaiOperItem bisSpeqQusaiOperItem) {
+        return bisSpeqQusaiOperItemMapper.selectBisSpeqQusaiOperItemList(bisSpeqQusaiOperItem);
+    }
+
+    @Override
+    public int insertBisSpeqQusaiOperItem(BisSpeqQusaiOperItem bisSpeqQusaiOperItem) {
+        return bisSpeqQusaiOperItemMapper.insertBisSpeqQusaiOperItem(bisSpeqQusaiOperItem);
+    }
+
+    @Override
+    public int updateBisSpeqQusaiOperItem(BisSpeqQusaiOperItem bisSpeqQusaiOperItem) {
+        return bisSpeqQusaiOperItemMapper.updateBisSpeqQusaiOperItem(bisSpeqQusaiOperItem);
+    }
+
+    @Override
+    public int deleteBisSpeqQusaiOperItemByGuid(String guid) {
+        return bisSpeqQusaiOperItemMapper.deleteBisSpeqQusaiOperItemByGuid(guid);
+    }
+
+    @Override
+    public int deleteBisSpeqQusaiOperItemByGuids(String[] guids) {
+        return bisSpeqQusaiOperItemMapper.deleteBisSpeqQusaiOperItemByGuids(guids);
+    }
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/BisSpeqSpeOperPersServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.speq.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.speq.mapper.BisSpeqSpeOperPersMapper;
+import com.goldenwater.slaj.speq.domain.BisSpeqSpeOperPers;
+import com.goldenwater.slaj.speq.service.IBisSpeqSpeOperPersService;
+
+@Service
+public class BisSpeqSpeOperPersServiceImpl implements IBisSpeqSpeOperPersService {
+
+    @Autowired
+    private BisSpeqSpeOperPersMapper bisSpeqSpeOperPersMapper;
+
+    @Override
+    public BisSpeqSpeOperPers selectBisSpeqSpeOperPersByGuid(String guid) {
+        return bisSpeqSpeOperPersMapper.selectBisSpeqSpeOperPersByGuid(guid);
+    }
+
+    @Override
+    public List<BisSpeqSpeOperPers> selectBisSpeqSpeOperPersList(BisSpeqSpeOperPers bisSpeqSpeOperPers) {
+        return bisSpeqSpeOperPersMapper.selectBisSpeqSpeOperPersList(bisSpeqSpeOperPers);
+    }
+
+    @Override
+    public int insertBisSpeqSpeOperPers(BisSpeqSpeOperPers bisSpeqSpeOperPers) {
+        return bisSpeqSpeOperPersMapper.insertBisSpeqSpeOperPers(bisSpeqSpeOperPers);
+    }
+
+    @Override
+    public int updateBisSpeqSpeOperPers(BisSpeqSpeOperPers bisSpeqSpeOperPers) {
+        return bisSpeqSpeOperPersMapper.updateBisSpeqSpeOperPers(bisSpeqSpeOperPers);
+    }
+
+    @Override
+    public int deleteBisSpeqSpeOperPersByGuid(String guid) {
+        return bisSpeqSpeOperPersMapper.deleteBisSpeqSpeOperPersByGuid(guid);
+    }
+
+    @Override
+    public int deleteBisSpeqSpeOperPersByGuids(String[] guids) {
+        return bisSpeqSpeOperPersMapper.deleteBisSpeqSpeOperPersByGuids(guids);
+    }
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/speq/service/impl/ObjSpeqServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.speq.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.speq.mapper.ObjSpeqMapper;
+import com.goldenwater.slaj.speq.domain.ObjSpeq;
+import com.goldenwater.slaj.speq.service.IObjSpeqService;
+
+@Service
+public class ObjSpeqServiceImpl implements IObjSpeqService {
+
+    @Autowired
+    private ObjSpeqMapper objSpeqMapper;
+
+    @Override
+    public ObjSpeq selectObjSpeqByGuid(String guid) {
+        return objSpeqMapper.selectObjSpeqByGuid(guid);
+    }
+
+    @Override
+    public List<ObjSpeq> selectObjSpeqList(ObjSpeq objSpeq) {
+        return objSpeqMapper.selectObjSpeqList(objSpeq);
+    }
+
+    @Override
+    public int insertObjSpeq(ObjSpeq objSpeq) {
+        return objSpeqMapper.insertObjSpeq(objSpeq);
+    }
+
+    @Override
+    public int updateObjSpeq(ObjSpeq objSpeq) {
+        return objSpeqMapper.updateObjSpeq(objSpeq);
+    }
+
+    @Override
+    public int deleteObjSpeqByGuid(String guid) {
+        return objSpeqMapper.deleteObjSpeqByGuid(guid);
+    }
+
+    @Override
+    public int deleteObjSpeqByGuids(String[] guids) {
+        return objSpeqMapper.deleteObjSpeqByGuids(guids);
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasExpertController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.woas.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.woas.domain.BisWoasExpert;
+import com.goldenwater.slaj.woas.service.IBisWoasExpertService;
+
+@RestController
+@RequestMapping("/woas/expert")
+public class BisWoasExpertController extends BaseController {
+
+    @Autowired
+    private IBisWoasExpertService bisWoasExpertService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisWoasExpert bisWoasExpert) {
+        startPage();
+        List<BisWoasExpert> list = bisWoasExpertService.selectBisWoasExpertList(bisWoasExpert);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisWoasExpertService.selectBisWoasExpertByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisWoasExpert bisWoasExpert) {
+        return toAjax(bisWoasExpertService.insertBisWoasExpert(bisWoasExpert));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisWoasExpert bisWoasExpert) {
+        return toAjax(bisWoasExpertService.updateBisWoasExpert(bisWoasExpert));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisWoasExpertService.deleteBisWoasExpertByGuids(guids));
+    }
+
+    @Log(title = "考核专家管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('woas:expert:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisWoasExpert bisWoasExpert) {
+        List<BisWoasExpert> list = bisWoasExpertService.selectBisWoasExpertList(bisWoasExpert);
+        ExcelUtil<BisWoasExpert> util = new ExcelUtil<BisWoasExpert>(BisWoasExpert.class);
+        util.exportExcel(response, list, "考核专家数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasGropController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.woas.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.woas.domain.BisWoasGrop;
+import com.goldenwater.slaj.woas.service.IBisWoasGropService;
+
+@RestController
+@RequestMapping("/woas/grop")
+public class BisWoasGropController extends BaseController {
+
+    @Autowired
+    private IBisWoasGropService bisWoasGropService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisWoasGrop bisWoasGrop) {
+        startPage();
+        List<BisWoasGrop> list = bisWoasGropService.selectBisWoasGropList(bisWoasGrop);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisWoasGropService.selectBisWoasGropByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisWoasGrop bisWoasGrop) {
+        return toAjax(bisWoasGropService.insertBisWoasGrop(bisWoasGrop));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisWoasGrop bisWoasGrop) {
+        return toAjax(bisWoasGropService.updateBisWoasGrop(bisWoasGrop));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisWoasGropService.deleteBisWoasGropByGuids(guids));
+    }
+
+    @Log(title = "考核组管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('woas:grop:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisWoasGrop bisWoasGrop) {
+        List<BisWoasGrop> list = bisWoasGropService.selectBisWoasGropList(bisWoasGrop);
+        ExcelUtil<BisWoasGrop> util = new ExcelUtil<BisWoasGrop>(BisWoasGrop.class);
+        util.exportExcel(response, list, "考核组数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasNotiController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.woas.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.woas.domain.BisWoasNoti;
+import com.goldenwater.slaj.woas.service.IBisWoasNotiService;
+
+@RestController
+@RequestMapping("/woas/noti")
+public class BisWoasNotiController extends BaseController {
+
+    @Autowired
+    private IBisWoasNotiService bisWoasNotiService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisWoasNoti bisWoasNoti) {
+        startPage();
+        List<BisWoasNoti> list = bisWoasNotiService.selectBisWoasNotiList(bisWoasNoti);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisWoasNotiService.selectBisWoasNotiByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisWoasNoti bisWoasNoti) {
+        return toAjax(bisWoasNotiService.insertBisWoasNoti(bisWoasNoti));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisWoasNoti bisWoasNoti) {
+        return toAjax(bisWoasNotiService.updateBisWoasNoti(bisWoasNoti));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisWoasNotiService.deleteBisWoasNotiByGuids(guids));
+    }
+
+    @Log(title = "考核通知收文单位管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('woas:noti:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisWoasNoti bisWoasNoti) {
+        List<BisWoasNoti> list = bisWoasNotiService.selectBisWoasNotiList(bisWoasNoti);
+        ExcelUtil<BisWoasNoti> util = new ExcelUtil<BisWoasNoti>(BisWoasNoti.class);
+        util.exportExcel(response, list, "考核通知收文单位数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasObjController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.woas.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.woas.domain.BisWoasObj;
+import com.goldenwater.slaj.woas.service.IBisWoasObjService;
+
+@RestController
+@RequestMapping("/woas/obj")
+public class BisWoasObjController extends BaseController {
+
+    @Autowired
+    private IBisWoasObjService bisWoasObjService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisWoasObj bisWoasObj) {
+        startPage();
+        List<BisWoasObj> list = bisWoasObjService.selectBisWoasObjList(bisWoasObj);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisWoasObjService.selectBisWoasObjByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisWoasObj bisWoasObj) {
+        return toAjax(bisWoasObjService.insertBisWoasObj(bisWoasObj));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisWoasObj bisWoasObj) {
+        return toAjax(bisWoasObjService.updateBisWoasObj(bisWoasObj));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisWoasObjService.deleteBisWoasObjByGuids(guids));
+    }
+
+    @Log(title = "工作考核对象管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('woas:obj:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisWoasObj bisWoasObj) {
+        List<BisWoasObj> list = bisWoasObjService.selectBisWoasObjList(bisWoasObj);
+        ExcelUtil<BisWoasObj> util = new ExcelUtil<BisWoasObj>(BisWoasObj.class);
+        util.exportExcel(response, list, "工作考核对象数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasProgController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.woas.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.woas.domain.BisWoasProg;
+import com.goldenwater.slaj.woas.service.IBisWoasProgService;
+
+@RestController
+@RequestMapping("/woas/prog")
+public class BisWoasProgController extends BaseController {
+
+    @Autowired
+    private IBisWoasProgService bisWoasProgService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisWoasProg bisWoasProg) {
+        startPage();
+        List<BisWoasProg> list = bisWoasProgService.selectBisWoasProgList(bisWoasProg);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisWoasProgService.selectBisWoasProgByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisWoasProg bisWoasProg) {
+        return toAjax(bisWoasProgService.insertBisWoasProg(bisWoasProg));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisWoasProg bisWoasProg) {
+        return toAjax(bisWoasProgService.updateBisWoasProg(bisWoasProg));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisWoasProgService.deleteBisWoasProgByGuids(guids));
+    }
+
+    @Log(title = "考核方案管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('woas:prog:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisWoasProg bisWoasProg) {
+        List<BisWoasProg> list = bisWoasProgService.selectBisWoasProgList(bisWoasProg);
+        ExcelUtil<BisWoasProg> util = new ExcelUtil<BisWoasProg>(BisWoasProg.class);
+        util.exportExcel(response, list, "考核方案数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasProjController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.woas.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.woas.domain.BisWoasProj;
+import com.goldenwater.slaj.woas.service.IBisWoasProjService;
+
+@RestController
+@RequestMapping("/woas/proj")
+public class BisWoasProjController extends BaseController {
+
+    @Autowired
+    private IBisWoasProjService bisWoasProjService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisWoasProj bisWoasProj) {
+        startPage();
+        List<BisWoasProj> list = bisWoasProjService.selectBisWoasProjList(bisWoasProj);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisWoasProjService.selectBisWoasProjByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisWoasProj bisWoasProj) {
+        return toAjax(bisWoasProjService.insertBisWoasProj(bisWoasProj));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisWoasProj bisWoasProj) {
+        return toAjax(bisWoasProjService.updateBisWoasProj(bisWoasProj));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisWoasProjService.deleteBisWoasProjByGuids(guids));
+    }
+
+    @Log(title = "考核项目管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('woas:proj:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisWoasProj bisWoasProj) {
+        List<BisWoasProj> list = bisWoasProjService.selectBisWoasProjList(bisWoasProj);
+        ExcelUtil<BisWoasProj> util = new ExcelUtil<BisWoasProj>(BisWoasProj.class);
+        util.exportExcel(response, list, "考核项目数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasScorController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.woas.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.woas.domain.BisWoasScor;
+import com.goldenwater.slaj.woas.service.IBisWoasScorService;
+
+@RestController
+@RequestMapping("/woas/scor")
+public class BisWoasScorController extends BaseController {
+
+    @Autowired
+    private IBisWoasScorService bisWoasScorService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisWoasScor bisWoasScor) {
+        startPage();
+        List<BisWoasScor> list = bisWoasScorService.selectBisWoasScorList(bisWoasScor);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisWoasScorService.selectBisWoasScorByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisWoasScor bisWoasScor) {
+        return toAjax(bisWoasScorService.insertBisWoasScor(bisWoasScor));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisWoasScor bisWoasScor) {
+        return toAjax(bisWoasScorService.updateBisWoasScor(bisWoasScor));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisWoasScorService.deleteBisWoasScorByGuids(guids));
+    }
+
+    @Log(title = "考核得分管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('woas:scor:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisWoasScor bisWoasScor) {
+        List<BisWoasScor> list = bisWoasScorService.selectBisWoasScorList(bisWoasScor);
+        ExcelUtil<BisWoasScor> util = new ExcelUtil<BisWoasScor>(BisWoasScor.class);
+        util.exportExcel(response, list, "考核得分数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasStaffController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.woas.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.woas.domain.BisWoasStaff;
+import com.goldenwater.slaj.woas.service.IBisWoasStaffService;
+
+@RestController
+@RequestMapping("/woas/staff")
+public class BisWoasStaffController extends BaseController {
+
+    @Autowired
+    private IBisWoasStaffService bisWoasStaffService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisWoasStaff bisWoasStaff) {
+        startPage();
+        List<BisWoasStaff> list = bisWoasStaffService.selectBisWoasStaffList(bisWoasStaff);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisWoasStaffService.selectBisWoasStaffByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisWoasStaff bisWoasStaff) {
+        return toAjax(bisWoasStaffService.insertBisWoasStaff(bisWoasStaff));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisWoasStaff bisWoasStaff) {
+        return toAjax(bisWoasStaffService.updateBisWoasStaff(bisWoasStaff));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisWoasStaffService.deleteBisWoasStaffByGuids(guids));
+    }
+
+    @Log(title = "考核成员单位管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('woas:staff:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisWoasStaff bisWoasStaff) {
+        List<BisWoasStaff> list = bisWoasStaffService.selectBisWoasStaffList(bisWoasStaff);
+        ExcelUtil<BisWoasStaff> util = new ExcelUtil<BisWoasStaff>(BisWoasStaff.class);
+        util.exportExcel(response, list, "考核成员单位数据");
+    }
+}

+ 59 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/BisWoasStanController.java

@@ -0,0 +1,59 @@
+package com.goldenwater.slaj.woas.controller;
+
+import java.util.List;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.woas.domain.BisWoasStan;
+import com.goldenwater.slaj.woas.service.IBisWoasStanService;
+
+@RestController
+@RequestMapping("/woas/stan")
+public class BisWoasStanController extends BaseController {
+
+    @Autowired
+    private IBisWoasStanService bisWoasStanService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(BisWoasStan bisWoasStan) {
+        startPage();
+        List<BisWoasStan> list = bisWoasStanService.selectBisWoasStanList(bisWoasStan);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(bisWoasStanService.selectBisWoasStanByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody BisWoasStan bisWoasStan) {
+        return toAjax(bisWoasStanService.insertBisWoasStan(bisWoasStan));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody BisWoasStan bisWoasStan) {
+        return toAjax(bisWoasStanService.updateBisWoasStan(bisWoasStan));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(bisWoasStanService.deleteBisWoasStanByGuids(guids));
+    }
+
+    @Log(title = "考核标准管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('woas:stan:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, BisWoasStan bisWoasStan) {
+        List<BisWoasStan> list = bisWoasStanService.selectBisWoasStanList(bisWoasStan);
+        ExcelUtil<BisWoasStan> util = new ExcelUtil<BisWoasStan>(BisWoasStan.class);
+        util.exportExcel(response, list, "考核标准数据");
+    }
+}

+ 69 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/controller/ObjWoasController.java

@@ -0,0 +1,69 @@
+package com.goldenwater.slaj.woas.controller;
+
+import java.util.Date;
+import java.util.List;
+import java.util.UUID;
+
+import io.micrometer.common.util.StringUtils;
+import jakarta.servlet.http.HttpServletResponse;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.security.access.prepost.PreAuthorize;
+import org.springframework.web.bind.annotation.*;
+import com.goldenwater.common.annotation.Log;
+import com.goldenwater.common.core.controller.BaseController;
+import com.goldenwater.common.core.domain.AjaxResult;
+import com.goldenwater.common.core.page.TableDataInfo;
+import com.goldenwater.common.enums.BusinessType;
+import com.goldenwater.common.utils.poi.ExcelUtil;
+import com.goldenwater.slaj.woas.domain.ObjWoas;
+import com.goldenwater.slaj.woas.service.IObjWoasService;
+
+@RestController
+@RequestMapping("/woas/objwoas")
+public class ObjWoasController extends BaseController {
+
+    @Autowired
+    private IObjWoasService objWoasService;
+
+    @GetMapping("/list")
+    public TableDataInfo list(ObjWoas objWoas) {
+        startPage();
+        List<ObjWoas> list = objWoasService.selectObjWoasList(objWoas);
+        return getDataTable(list);
+    }
+
+    @GetMapping("/{guid}")
+    public AjaxResult getInfo(@PathVariable String guid) {
+        return AjaxResult.success(objWoasService.selectObjWoasByGuid(guid));
+    }
+
+    @PostMapping
+    public AjaxResult add(@RequestBody ObjWoas objWoas) {
+        if(StringUtils.isBlank(objWoas.getGuid())){
+            String uuid = UUID.randomUUID().toString().replace("-", "");
+            objWoas.setGuid(uuid);
+        }
+        objWoas.setCollTime(new Date());
+        objWoas.setUpdTime(new Date());
+        return toAjax(objWoasService.insertObjWoas(objWoas));
+    }
+
+    @PutMapping
+    public AjaxResult edit(@RequestBody ObjWoas objWoas) {
+        return toAjax(objWoasService.updateObjWoas(objWoas));
+    }
+
+    @DeleteMapping("/{guids}")
+    public AjaxResult remove(@PathVariable String[] guids) {
+        return toAjax(objWoasService.deleteObjWoasByGuids(guids));
+    }
+
+    @Log(title = "工作考核通知对象管理", businessType = BusinessType.EXPORT)
+    @PreAuthorize("@ss.hasPermi('woas:objwoas:export')")
+    @PostMapping("/export")
+    public void export(HttpServletResponse response, ObjWoas objWoas) {
+        List<ObjWoas> list = objWoasService.selectObjWoasList(objWoas);
+        ExcelUtil<ObjWoas> util = new ExcelUtil<>(ObjWoas.class);
+        util.exportExcel(response, list, "工作考核通知对象数据");
+    }
+}

+ 33 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasExpert.java

@@ -0,0 +1,33 @@
+package com.goldenwater.slaj.woas.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 考核专家表 bis_woas_expert */
+@Data
+public class BisWoasExpert {
+    /** GUID */
+    private String guid;
+
+    /** 工作考核GUID */
+    private String woasGuid;
+
+    /** 考核组GUID */
+    private String bisWoasGropGuid;
+
+    /** 专家GUID */
+    private String expertGuid;
+
+    /** 专家名称 */
+    @Excel(name = "专家名称")
+    private String expertName;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 51 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasGrop.java

@@ -0,0 +1,51 @@
+package com.goldenwater.slaj.woas.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 考核组表 bis_woas_grop */
+@Data
+public class BisWoasGrop {
+    /** GUID */
+    private String guid;
+
+    /** 考核组名称 */
+    @Excel(name = "考核组名称")
+    private String woasGropName;
+
+    /** 工作考核GUID */
+    private String woasGuid;
+
+    /** 考核方案GUID */
+    private String assePlanGuid;
+
+    /** 考核组长单位GUID */
+    private String leadOrgGuid;
+
+    /** 考核组长单位名称 */
+    @Excel(name = "考核组长单位名称")
+    private String leadWiun;
+
+    /** 考核模式 */
+    @Excel(name = "考核模式")
+    private String asseMode;
+
+    /** 考核路线 */
+    private String asseRout;
+
+    /** 出发时间 */
+    @Excel(name = "出发时间")
+    private String depaTime;
+
+    /** 行程规划 */
+    private String schePathDetl;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 43 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasNoti.java

@@ -0,0 +1,43 @@
+package com.goldenwater.slaj.woas.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import java.math.BigDecimal;
+import lombok.Data;
+
+/** 考核通知收文单位表 bis_woas_noti */
+@Data
+public class BisWoasNoti {
+    /** GUID */
+    private String guid;
+
+    /** 收文单位GUID */
+    private String orgGuid;
+
+    /** 工作考核GUID */
+    private String woasGuid;
+
+    /** 收文单位名称 */
+    @Excel(name = "收文单位名称")
+    private String orgName;
+
+    /** 自评分数 */
+    @Excel(name = "自评分数")
+    private BigDecimal seasScore;
+
+    /** 自评时间 */
+    @Excel(name = "自评时间")
+    private String seasTime;
+
+    /** 上报状态 */
+    @Excel(name = "上报状态")
+    private String repStat;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 74 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasObj.java

@@ -0,0 +1,74 @@
+package com.goldenwater.slaj.woas.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import java.math.BigDecimal;
+import lombok.Data;
+
+/** 工作考核对象表 bis_woas_obj */
+@Data
+public class BisWoasObj {
+    /** GUID */
+    private String guid;
+
+    /** 被考核单位GUID */
+    private String woasWiunGuid;
+
+    /** 被考核单位名称 */
+    @Excel(name = "被考核单位名称")
+    private String woasWiunName;
+
+    /** 被考核单位类型 */
+    @Excel(name = "被考核单位类型")
+    private String asseOrgType;
+
+    /** 工作考核GUID */
+    private String woasGuid;
+
+    /** 考核组GUID */
+    private String woasGroupGuid;
+
+    /** 现场考核状态 */
+    @Excel(name = "现场考核状态")
+    private String asseStat;
+
+    /** 现场考核开始时间 */
+    @Excel(name = "现场考核开始时间")
+    private String woasStartime;
+
+    /** 现场考核结束时间 */
+    @Excel(name = "现场考核结束时间")
+    private String woasDeadline;
+
+    /** 综合评价状态 */
+    @Excel(name = "综合评价状态")
+    private String evalStat;
+
+    /** 等级状态 */
+    @Excel(name = "等级状态")
+    private String gradStat;
+
+    /** 现场考核总得分 */
+    @Excel(name = "现场考核总得分")
+    private BigDecimal asseScor;
+
+    /** 综合评价得分 */
+    @Excel(name = "综合评价得分")
+    private BigDecimal compEvalScor;
+
+    /** 其他加分项 */
+    @Excel(name = "其他加分项")
+    private BigDecimal otheAddterm;
+
+    /** 最终得分 */
+    @Excel(name = "最终得分")
+    private BigDecimal finalScor;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 39 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasProg.java

@@ -0,0 +1,39 @@
+package com.goldenwater.slaj.woas.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 考核方案表 bis_woas_prog */
+@Data
+public class BisWoasProg {
+    /** GUID */
+    private String guid;
+
+    /** 工作考核GUID */
+    private String woasGuid;
+
+    /** 考核方案名称 */
+    @Excel(name = "考核方案名称")
+    private String progName;
+
+    /** 开始时间 */
+    @Excel(name = "开始时间")
+    private String startTime;
+
+    /** 结束时间 */
+    @Excel(name = "结束时间")
+    private String endTime;
+
+    /** 完成状态 */
+    @Excel(name = "完成状态")
+    private String compStat;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 40 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasProj.java

@@ -0,0 +1,40 @@
+package com.goldenwater.slaj.woas.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 考核项目表 bis_woas_proj */
+@Data
+public class BisWoasProj {
+    /** GUID */
+    private String guid;
+
+    /** 项目GUID */
+    private String projGuid;
+
+    /** 工作考核组GUID */
+    private String woasGroupGuid;
+
+    /** 工作考核GUID */
+    private String woasGuid;
+
+    /** 工作考核对象GUID */
+    private String woasObjGuid;
+
+    /** 项目工程名称 */
+    @Excel(name = "项目工程名称")
+    private String projEngName;
+
+    /** 项目工程性质 */
+    @Excel(name = "项目工程性质")
+    private String projEngType;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 43 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasScor.java

@@ -0,0 +1,43 @@
+package com.goldenwater.slaj.woas.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import java.math.BigDecimal;
+import lombok.Data;
+
+/** 考核得分表 bis_woas_scor */
+@Data
+public class BisWoasScor {
+    /** GUID */
+    private String guid;
+
+    /** 工作考核GUID */
+    private String woasGuid;
+
+    /** 工作考核对象GUID */
+    private String bisWoasObjGuid;
+
+    /** 评分得分 */
+    @Excel(name = "评分得分")
+    private BigDecimal woasCont;
+
+    /** 被考核对象名称 */
+    @Excel(name = "被考核对象名称")
+    private String woasOrgName;
+
+    /** 额外得分 */
+    @Excel(name = "额外得分")
+    private BigDecimal addiScor;
+
+    /** 计算得分 */
+    @Excel(name = "计算得分")
+    private BigDecimal calcScor;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 30 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasStaff.java

@@ -0,0 +1,30 @@
+package com.goldenwater.slaj.woas.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+
+/** 考核成员单位表 bis_woas_staff */
+@Data
+public class BisWoasStaff {
+    /** GUID */
+    private String guid;
+
+    /** 成员单位GUID */
+    private String orgGuid;
+
+    /** 考核组GUID */
+    private String woasGropGuid;
+
+    /** 成员单位名称 */
+    @Excel(name = "成员单位名称")
+    private String orgName;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 50 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/BisWoasStan.java

@@ -0,0 +1,50 @@
+package com.goldenwater.slaj.woas.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import java.math.BigDecimal;
+import lombok.Data;
+
+/** 考核标准表 bis_woas_stan */
+@Data
+public class BisWoasStan {
+    /** GUID */
+    private String guid;
+
+    /** 工作考核GUID */
+    private String woasGuid;
+
+    /** 考核报表名称 */
+    @Excel(name = "考核报表名称")
+    private String asseRepoName;
+
+    /** 填报单位类型 */
+    @Excel(name = "填报单位类型")
+    private String fillOrgType;
+
+    /** 权重系数 */
+    @Excel(name = "权重系数")
+    private BigDecimal weigCoef;
+
+    /** 分数上限 */
+    @Excel(name = "分数上限")
+    private BigDecimal socrLimi;
+
+    /** 额外加分上限 */
+    @Excel(name = "额外加分上限")
+    private BigDecimal bonuLimi;
+
+    /** 报表模板标识 */
+    private String repoTempId;
+
+    /** 报表填报路径 */
+    private String repoThisPath;
+
+    /** 备注 */
+    private String note;
+    /** 采集时间 */
+    private String collTime;
+    /** 更新时间 */
+    private String updTime;
+    /** 记录人员 */
+    private String recPers;
+}

+ 70 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/domain/ObjWoas.java

@@ -0,0 +1,70 @@
+package com.goldenwater.slaj.woas.domain;
+
+import com.goldenwater.common.annotation.Excel;
+import lombok.Data;
+import org.springframework.format.annotation.DateTimeFormat;
+
+import java.time.LocalDateTime;
+import java.util.Date;
+
+/** 工作考核通知对象表 obj_woas */
+@Data
+public class ObjWoas {
+
+    /** GUID */
+    private String guid;
+
+    /** 考核通知名称 */
+    @Excel(name = "考核通知名称")
+    private String woasThem;
+
+    /** 考核通知文号 */
+    @Excel(name = "考核通知文号")
+    private String lareId;
+
+    /** 考核类型 */
+    @Excel(name = "考核类型")
+    private String woasType;
+
+    /** 考核开始时间 */
+    @Excel(name = "考核开始时间")
+    @DateTimeFormat(pattern = "yyyy-MM-dd")
+    private Date woasStartime;
+
+    /** 考核截止时间 */
+    @Excel(name = "考核截止时间")
+    @DateTimeFormat(pattern = "yyyy-MM-dd")
+    private Date woasDeadline;
+
+    /** 发送状态 */
+    @Excel(name = "发送状态")
+    private String sendStat;
+
+    /** 发文单位GUID */
+    private String orgGuid;
+
+    /** 是否为转发 */
+    @Excel(name = "是否为转发")
+    private String isForw;
+
+    /** 根通知GUID */
+    private String woasGuid;
+
+    /** 通知文件关联字段 */
+    private String woasFileFiel;
+
+    /** 其他附件关联字段 */
+    private String otheFileFiel;
+
+    /** 备注 */
+    private String note;
+
+    /** 采集时间 */
+    private Date collTime;
+
+    /** 更新时间 */
+    private Date updTime;
+
+    /** 记录人员 */
+    private String recPers;
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasExpertMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.woas.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.woas.domain.BisWoasExpert;
+
+@Mapper
+public interface BisWoasExpertMapper {
+    BisWoasExpert selectBisWoasExpertByGuid(String guid);
+    List<BisWoasExpert> selectBisWoasExpertList(BisWoasExpert bisWoasExpert);
+    int insertBisWoasExpert(BisWoasExpert bisWoasExpert);
+    int updateBisWoasExpert(BisWoasExpert bisWoasExpert);
+    int deleteBisWoasExpertByGuid(String guid);
+    int deleteBisWoasExpertByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasGropMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.woas.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.woas.domain.BisWoasGrop;
+
+@Mapper
+public interface BisWoasGropMapper {
+    BisWoasGrop selectBisWoasGropByGuid(String guid);
+    List<BisWoasGrop> selectBisWoasGropList(BisWoasGrop bisWoasGrop);
+    int insertBisWoasGrop(BisWoasGrop bisWoasGrop);
+    int updateBisWoasGrop(BisWoasGrop bisWoasGrop);
+    int deleteBisWoasGropByGuid(String guid);
+    int deleteBisWoasGropByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasNotiMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.woas.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.woas.domain.BisWoasNoti;
+
+@Mapper
+public interface BisWoasNotiMapper {
+    BisWoasNoti selectBisWoasNotiByGuid(String guid);
+    List<BisWoasNoti> selectBisWoasNotiList(BisWoasNoti bisWoasNoti);
+    int insertBisWoasNoti(BisWoasNoti bisWoasNoti);
+    int updateBisWoasNoti(BisWoasNoti bisWoasNoti);
+    int deleteBisWoasNotiByGuid(String guid);
+    int deleteBisWoasNotiByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasObjMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.woas.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.woas.domain.BisWoasObj;
+
+@Mapper
+public interface BisWoasObjMapper {
+    BisWoasObj selectBisWoasObjByGuid(String guid);
+    List<BisWoasObj> selectBisWoasObjList(BisWoasObj bisWoasObj);
+    int insertBisWoasObj(BisWoasObj bisWoasObj);
+    int updateBisWoasObj(BisWoasObj bisWoasObj);
+    int deleteBisWoasObjByGuid(String guid);
+    int deleteBisWoasObjByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasProgMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.woas.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.woas.domain.BisWoasProg;
+
+@Mapper
+public interface BisWoasProgMapper {
+    BisWoasProg selectBisWoasProgByGuid(String guid);
+    List<BisWoasProg> selectBisWoasProgList(BisWoasProg bisWoasProg);
+    int insertBisWoasProg(BisWoasProg bisWoasProg);
+    int updateBisWoasProg(BisWoasProg bisWoasProg);
+    int deleteBisWoasProgByGuid(String guid);
+    int deleteBisWoasProgByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasProjMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.woas.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.woas.domain.BisWoasProj;
+
+@Mapper
+public interface BisWoasProjMapper {
+    BisWoasProj selectBisWoasProjByGuid(String guid);
+    List<BisWoasProj> selectBisWoasProjList(BisWoasProj bisWoasProj);
+    int insertBisWoasProj(BisWoasProj bisWoasProj);
+    int updateBisWoasProj(BisWoasProj bisWoasProj);
+    int deleteBisWoasProjByGuid(String guid);
+    int deleteBisWoasProjByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasScorMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.woas.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.woas.domain.BisWoasScor;
+
+@Mapper
+public interface BisWoasScorMapper {
+    BisWoasScor selectBisWoasScorByGuid(String guid);
+    List<BisWoasScor> selectBisWoasScorList(BisWoasScor bisWoasScor);
+    int insertBisWoasScor(BisWoasScor bisWoasScor);
+    int updateBisWoasScor(BisWoasScor bisWoasScor);
+    int deleteBisWoasScorByGuid(String guid);
+    int deleteBisWoasScorByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasStaffMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.woas.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.woas.domain.BisWoasStaff;
+
+@Mapper
+public interface BisWoasStaffMapper {
+    BisWoasStaff selectBisWoasStaffByGuid(String guid);
+    List<BisWoasStaff> selectBisWoasStaffList(BisWoasStaff bisWoasStaff);
+    int insertBisWoasStaff(BisWoasStaff bisWoasStaff);
+    int updateBisWoasStaff(BisWoasStaff bisWoasStaff);
+    int deleteBisWoasStaffByGuid(String guid);
+    int deleteBisWoasStaffByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/BisWoasStanMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.woas.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.woas.domain.BisWoasStan;
+
+@Mapper
+public interface BisWoasStanMapper {
+    BisWoasStan selectBisWoasStanByGuid(String guid);
+    List<BisWoasStan> selectBisWoasStanList(BisWoasStan bisWoasStan);
+    int insertBisWoasStan(BisWoasStan bisWoasStan);
+    int updateBisWoasStan(BisWoasStan bisWoasStan);
+    int deleteBisWoasStanByGuid(String guid);
+    int deleteBisWoasStanByGuids(String[] guids);
+}

+ 15 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/mapper/ObjWoasMapper.java

@@ -0,0 +1,15 @@
+package com.goldenwater.slaj.woas.mapper;
+
+import java.util.List;
+import org.apache.ibatis.annotations.Mapper;
+import com.goldenwater.slaj.woas.domain.ObjWoas;
+
+@Mapper
+public interface ObjWoasMapper {
+    ObjWoas selectObjWoasByGuid(String guid);
+    List<ObjWoas> selectObjWoasList(ObjWoas objWoas);
+    int insertObjWoas(ObjWoas objWoas);
+    int updateObjWoas(ObjWoas objWoas);
+    int deleteObjWoasByGuid(String guid);
+    int deleteObjWoasByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasExpertService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.woas.service;
+
+import java.util.List;
+import com.goldenwater.slaj.woas.domain.BisWoasExpert;
+
+public interface IBisWoasExpertService {
+    BisWoasExpert selectBisWoasExpertByGuid(String guid);
+    List<BisWoasExpert> selectBisWoasExpertList(BisWoasExpert bisWoasExpert);
+    int insertBisWoasExpert(BisWoasExpert bisWoasExpert);
+    int updateBisWoasExpert(BisWoasExpert bisWoasExpert);
+    int deleteBisWoasExpertByGuid(String guid);
+    int deleteBisWoasExpertByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasGropService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.woas.service;
+
+import java.util.List;
+import com.goldenwater.slaj.woas.domain.BisWoasGrop;
+
+public interface IBisWoasGropService {
+    BisWoasGrop selectBisWoasGropByGuid(String guid);
+    List<BisWoasGrop> selectBisWoasGropList(BisWoasGrop bisWoasGrop);
+    int insertBisWoasGrop(BisWoasGrop bisWoasGrop);
+    int updateBisWoasGrop(BisWoasGrop bisWoasGrop);
+    int deleteBisWoasGropByGuid(String guid);
+    int deleteBisWoasGropByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasNotiService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.woas.service;
+
+import java.util.List;
+import com.goldenwater.slaj.woas.domain.BisWoasNoti;
+
+public interface IBisWoasNotiService {
+    BisWoasNoti selectBisWoasNotiByGuid(String guid);
+    List<BisWoasNoti> selectBisWoasNotiList(BisWoasNoti bisWoasNoti);
+    int insertBisWoasNoti(BisWoasNoti bisWoasNoti);
+    int updateBisWoasNoti(BisWoasNoti bisWoasNoti);
+    int deleteBisWoasNotiByGuid(String guid);
+    int deleteBisWoasNotiByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasObjService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.woas.service;
+
+import java.util.List;
+import com.goldenwater.slaj.woas.domain.BisWoasObj;
+
+public interface IBisWoasObjService {
+    BisWoasObj selectBisWoasObjByGuid(String guid);
+    List<BisWoasObj> selectBisWoasObjList(BisWoasObj bisWoasObj);
+    int insertBisWoasObj(BisWoasObj bisWoasObj);
+    int updateBisWoasObj(BisWoasObj bisWoasObj);
+    int deleteBisWoasObjByGuid(String guid);
+    int deleteBisWoasObjByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasProgService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.woas.service;
+
+import java.util.List;
+import com.goldenwater.slaj.woas.domain.BisWoasProg;
+
+public interface IBisWoasProgService {
+    BisWoasProg selectBisWoasProgByGuid(String guid);
+    List<BisWoasProg> selectBisWoasProgList(BisWoasProg bisWoasProg);
+    int insertBisWoasProg(BisWoasProg bisWoasProg);
+    int updateBisWoasProg(BisWoasProg bisWoasProg);
+    int deleteBisWoasProgByGuid(String guid);
+    int deleteBisWoasProgByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasProjService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.woas.service;
+
+import java.util.List;
+import com.goldenwater.slaj.woas.domain.BisWoasProj;
+
+public interface IBisWoasProjService {
+    BisWoasProj selectBisWoasProjByGuid(String guid);
+    List<BisWoasProj> selectBisWoasProjList(BisWoasProj bisWoasProj);
+    int insertBisWoasProj(BisWoasProj bisWoasProj);
+    int updateBisWoasProj(BisWoasProj bisWoasProj);
+    int deleteBisWoasProjByGuid(String guid);
+    int deleteBisWoasProjByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasScorService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.woas.service;
+
+import java.util.List;
+import com.goldenwater.slaj.woas.domain.BisWoasScor;
+
+public interface IBisWoasScorService {
+    BisWoasScor selectBisWoasScorByGuid(String guid);
+    List<BisWoasScor> selectBisWoasScorList(BisWoasScor bisWoasScor);
+    int insertBisWoasScor(BisWoasScor bisWoasScor);
+    int updateBisWoasScor(BisWoasScor bisWoasScor);
+    int deleteBisWoasScorByGuid(String guid);
+    int deleteBisWoasScorByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasStaffService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.woas.service;
+
+import java.util.List;
+import com.goldenwater.slaj.woas.domain.BisWoasStaff;
+
+public interface IBisWoasStaffService {
+    BisWoasStaff selectBisWoasStaffByGuid(String guid);
+    List<BisWoasStaff> selectBisWoasStaffList(BisWoasStaff bisWoasStaff);
+    int insertBisWoasStaff(BisWoasStaff bisWoasStaff);
+    int updateBisWoasStaff(BisWoasStaff bisWoasStaff);
+    int deleteBisWoasStaffByGuid(String guid);
+    int deleteBisWoasStaffByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IBisWoasStanService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.woas.service;
+
+import java.util.List;
+import com.goldenwater.slaj.woas.domain.BisWoasStan;
+
+public interface IBisWoasStanService {
+    BisWoasStan selectBisWoasStanByGuid(String guid);
+    List<BisWoasStan> selectBisWoasStanList(BisWoasStan bisWoasStan);
+    int insertBisWoasStan(BisWoasStan bisWoasStan);
+    int updateBisWoasStan(BisWoasStan bisWoasStan);
+    int deleteBisWoasStanByGuid(String guid);
+    int deleteBisWoasStanByGuids(String[] guids);
+}

+ 13 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/IObjWoasService.java

@@ -0,0 +1,13 @@
+package com.goldenwater.slaj.woas.service;
+
+import java.util.List;
+import com.goldenwater.slaj.woas.domain.ObjWoas;
+
+public interface IObjWoasService {
+    ObjWoas selectObjWoasByGuid(String guid);
+    List<ObjWoas> selectObjWoasList(ObjWoas objWoas);
+    int insertObjWoas(ObjWoas objWoas);
+    int updateObjWoas(ObjWoas objWoas);
+    int deleteObjWoasByGuid(String guid);
+    int deleteObjWoasByGuids(String[] guids);
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/impl/BisWoasExpertServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.woas.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.woas.mapper.BisWoasExpertMapper;
+import com.goldenwater.slaj.woas.domain.BisWoasExpert;
+import com.goldenwater.slaj.woas.service.IBisWoasExpertService;
+
+@Service
+public class BisWoasExpertServiceImpl implements IBisWoasExpertService {
+
+    @Autowired
+    private BisWoasExpertMapper bisWoasExpertMapper;
+
+    @Override
+    public BisWoasExpert selectBisWoasExpertByGuid(String guid) {
+        return bisWoasExpertMapper.selectBisWoasExpertByGuid(guid);
+    }
+
+    @Override
+    public List<BisWoasExpert> selectBisWoasExpertList(BisWoasExpert bisWoasExpert) {
+        return bisWoasExpertMapper.selectBisWoasExpertList(bisWoasExpert);
+    }
+
+    @Override
+    public int insertBisWoasExpert(BisWoasExpert bisWoasExpert) {
+        return bisWoasExpertMapper.insertBisWoasExpert(bisWoasExpert);
+    }
+
+    @Override
+    public int updateBisWoasExpert(BisWoasExpert bisWoasExpert) {
+        return bisWoasExpertMapper.updateBisWoasExpert(bisWoasExpert);
+    }
+
+    @Override
+    public int deleteBisWoasExpertByGuid(String guid) {
+        return bisWoasExpertMapper.deleteBisWoasExpertByGuid(guid);
+    }
+
+    @Override
+    public int deleteBisWoasExpertByGuids(String[] guids) {
+        return bisWoasExpertMapper.deleteBisWoasExpertByGuids(guids);
+    }
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/impl/BisWoasGropServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.woas.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.woas.mapper.BisWoasGropMapper;
+import com.goldenwater.slaj.woas.domain.BisWoasGrop;
+import com.goldenwater.slaj.woas.service.IBisWoasGropService;
+
+@Service
+public class BisWoasGropServiceImpl implements IBisWoasGropService {
+
+    @Autowired
+    private BisWoasGropMapper bisWoasGropMapper;
+
+    @Override
+    public BisWoasGrop selectBisWoasGropByGuid(String guid) {
+        return bisWoasGropMapper.selectBisWoasGropByGuid(guid);
+    }
+
+    @Override
+    public List<BisWoasGrop> selectBisWoasGropList(BisWoasGrop bisWoasGrop) {
+        return bisWoasGropMapper.selectBisWoasGropList(bisWoasGrop);
+    }
+
+    @Override
+    public int insertBisWoasGrop(BisWoasGrop bisWoasGrop) {
+        return bisWoasGropMapper.insertBisWoasGrop(bisWoasGrop);
+    }
+
+    @Override
+    public int updateBisWoasGrop(BisWoasGrop bisWoasGrop) {
+        return bisWoasGropMapper.updateBisWoasGrop(bisWoasGrop);
+    }
+
+    @Override
+    public int deleteBisWoasGropByGuid(String guid) {
+        return bisWoasGropMapper.deleteBisWoasGropByGuid(guid);
+    }
+
+    @Override
+    public int deleteBisWoasGropByGuids(String[] guids) {
+        return bisWoasGropMapper.deleteBisWoasGropByGuids(guids);
+    }
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/impl/BisWoasNotiServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.woas.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.woas.mapper.BisWoasNotiMapper;
+import com.goldenwater.slaj.woas.domain.BisWoasNoti;
+import com.goldenwater.slaj.woas.service.IBisWoasNotiService;
+
+@Service
+public class BisWoasNotiServiceImpl implements IBisWoasNotiService {
+
+    @Autowired
+    private BisWoasNotiMapper bisWoasNotiMapper;
+
+    @Override
+    public BisWoasNoti selectBisWoasNotiByGuid(String guid) {
+        return bisWoasNotiMapper.selectBisWoasNotiByGuid(guid);
+    }
+
+    @Override
+    public List<BisWoasNoti> selectBisWoasNotiList(BisWoasNoti bisWoasNoti) {
+        return bisWoasNotiMapper.selectBisWoasNotiList(bisWoasNoti);
+    }
+
+    @Override
+    public int insertBisWoasNoti(BisWoasNoti bisWoasNoti) {
+        return bisWoasNotiMapper.insertBisWoasNoti(bisWoasNoti);
+    }
+
+    @Override
+    public int updateBisWoasNoti(BisWoasNoti bisWoasNoti) {
+        return bisWoasNotiMapper.updateBisWoasNoti(bisWoasNoti);
+    }
+
+    @Override
+    public int deleteBisWoasNotiByGuid(String guid) {
+        return bisWoasNotiMapper.deleteBisWoasNotiByGuid(guid);
+    }
+
+    @Override
+    public int deleteBisWoasNotiByGuids(String[] guids) {
+        return bisWoasNotiMapper.deleteBisWoasNotiByGuids(guids);
+    }
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/impl/BisWoasObjServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.woas.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.woas.mapper.BisWoasObjMapper;
+import com.goldenwater.slaj.woas.domain.BisWoasObj;
+import com.goldenwater.slaj.woas.service.IBisWoasObjService;
+
+@Service
+public class BisWoasObjServiceImpl implements IBisWoasObjService {
+
+    @Autowired
+    private BisWoasObjMapper bisWoasObjMapper;
+
+    @Override
+    public BisWoasObj selectBisWoasObjByGuid(String guid) {
+        return bisWoasObjMapper.selectBisWoasObjByGuid(guid);
+    }
+
+    @Override
+    public List<BisWoasObj> selectBisWoasObjList(BisWoasObj bisWoasObj) {
+        return bisWoasObjMapper.selectBisWoasObjList(bisWoasObj);
+    }
+
+    @Override
+    public int insertBisWoasObj(BisWoasObj bisWoasObj) {
+        return bisWoasObjMapper.insertBisWoasObj(bisWoasObj);
+    }
+
+    @Override
+    public int updateBisWoasObj(BisWoasObj bisWoasObj) {
+        return bisWoasObjMapper.updateBisWoasObj(bisWoasObj);
+    }
+
+    @Override
+    public int deleteBisWoasObjByGuid(String guid) {
+        return bisWoasObjMapper.deleteBisWoasObjByGuid(guid);
+    }
+
+    @Override
+    public int deleteBisWoasObjByGuids(String[] guids) {
+        return bisWoasObjMapper.deleteBisWoasObjByGuids(guids);
+    }
+}

+ 45 - 0
gw-slaj/src/main/java/com/goldenwater/slaj/woas/service/impl/BisWoasProgServiceImpl.java

@@ -0,0 +1,45 @@
+package com.goldenwater.slaj.woas.service.impl;
+
+import java.util.List;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.goldenwater.slaj.woas.mapper.BisWoasProgMapper;
+import com.goldenwater.slaj.woas.domain.BisWoasProg;
+import com.goldenwater.slaj.woas.service.IBisWoasProgService;
+
+@Service
+public class BisWoasProgServiceImpl implements IBisWoasProgService {
+
+    @Autowired
+    private BisWoasProgMapper bisWoasProgMapper;
+
+    @Override
+    public BisWoasProg selectBisWoasProgByGuid(String guid) {
+        return bisWoasProgMapper.selectBisWoasProgByGuid(guid);
+    }
+
+    @Override
+    public List<BisWoasProg> selectBisWoasProgList(BisWoasProg bisWoasProg) {
+        return bisWoasProgMapper.selectBisWoasProgList(bisWoasProg);
+    }
+
+    @Override
+    public int insertBisWoasProg(BisWoasProg bisWoasProg) {
+        return bisWoasProgMapper.insertBisWoasProg(bisWoasProg);
+    }
+
+    @Override
+    public int updateBisWoasProg(BisWoasProg bisWoasProg) {
+        return bisWoasProgMapper.updateBisWoasProg(bisWoasProg);
+    }
+
+    @Override
+    public int deleteBisWoasProgByGuid(String guid) {
+        return bisWoasProgMapper.deleteBisWoasProgByGuid(guid);
+    }
+
+    @Override
+    public int deleteBisWoasProgByGuids(String[] guids) {
+        return bisWoasProgMapper.deleteBisWoasProgByGuids(guids);
+    }
+}

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно