From 12ead07c578158b98f7403aaaa2f96eb12b93f26 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 29 四月 2024 15:16:24 +0800
Subject: [PATCH] 纤度登记检查车间车号配置

---
 docs/docs.go |   32 +++++++++++++++++++++-----------
 1 files changed, 21 insertions(+), 11 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 17b211f..f56fb3f 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -2369,9 +2369,12 @@
                 5,
                 6,
                 7,
-                8
+                8,
+                9,
+                10
             ],
             "x-enum-comments": {
+                "Absenteeism": "缂哄嫟",
                 "EarlyWarningDay": "棰勮澶╂暟",
                 "InspectionWayType": "璐ㄦ鏂瑰紡绫诲瀷",
                 "MiniDictTypeBomVersionType": "Bom鐗堟湰绫诲瀷",
@@ -2379,7 +2382,8 @@
                 "OutsourcingSupplierCreditGrade": "淇$敤绛夌骇",
                 "OutsourcingSupplierRange": "渚涜揣鑼冨洿",
                 "OutsourcingSupplierType": "濮斿渚涘簲鍟嗙被鍨�",
-                "SalaryType": "鍢夎仈钖祫绫诲瀷"
+                "SalaryType": "鍢夎仈钖祫绫诲瀷",
+                "WildSilk": "閲庣氦"
             },
             "x-enum-varnames": [
                 "MiniDictTypePlcBrand",
@@ -2389,7 +2393,9 @@
                 "OutsourcingSupplierType",
                 "OutsourcingSupplierCreditGrade",
                 "OutsourcingSupplierRange",
-                "SalaryType"
+                "SalaryType",
+                "WildSilk",
+                "Absenteeism"
             ]
         },
         "constvar.WorkerStatus": {
@@ -2753,10 +2759,6 @@
                     "description": "搴勫彛",
                     "type": "string"
                 },
-                "name": {
-                    "description": "杞﹂棿",
-                    "type": "string"
-                },
                 "number": {
                     "description": "缂栧彿",
                     "type": "string"
@@ -2785,6 +2787,12 @@
                 "workshopGroup": {
                     "description": "杞︾粍",
                     "type": "integer"
+                },
+                "workshopName": {
+                    "type": "string"
+                },
+                "workshopNumber": {
+                    "type": "string"
                 }
             }
         },
@@ -3359,10 +3367,6 @@
                     "description": "搴勫彛",
                     "type": "string"
                 },
-                "name": {
-                    "description": "杞﹂棿",
-                    "type": "string"
-                },
                 "number": {
                     "description": "缂栧彿",
                     "type": "string"
@@ -3390,6 +3394,12 @@
                 "workshopGroup": {
                     "description": "杞︾粍",
                     "type": "integer"
+                },
+                "workshopName": {
+                    "type": "string"
+                },
+                "workshopNumber": {
+                    "type": "string"
                 }
             }
         },

--
Gitblit v1.8.0