From 12ead07c578158b98f7403aaaa2f96eb12b93f26 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 29 四月 2024 15:16:24 +0800 Subject: [PATCH] 纤度登记检查车间车号配置 --- docs/swagger.yaml | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 2f13f68..e685d01 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -88,8 +88,11 @@ - 6 - 7 - 8 + - 9 + - 10 type: integer x-enum-comments: + Absenteeism: 缂哄嫟 EarlyWarningDay: 棰勮澶╂暟 InspectionWayType: 璐ㄦ鏂瑰紡绫诲瀷 MiniDictTypeBomVersionType: Bom鐗堟湰绫诲瀷 @@ -98,6 +101,7 @@ OutsourcingSupplierRange: 渚涜揣鑼冨洿 OutsourcingSupplierType: 濮斿渚涘簲鍟嗙被鍨� SalaryType: 鍢夎仈钖祫绫诲瀷 + WildSilk: 閲庣氦 x-enum-varnames: - MiniDictTypePlcBrand - MiniDictTypeBomVersionType @@ -107,6 +111,8 @@ - OutsourcingSupplierCreditGrade - OutsourcingSupplierRange - SalaryType + - WildSilk + - Absenteeism constvar.WorkerStatus: enum: - 1 @@ -357,9 +363,6 @@ market: description: 搴勫彛 type: string - name: - description: 杞﹂棿 - type: string number: description: 缂栧彿 type: string @@ -381,6 +384,10 @@ workshopGroup: description: 杞︾粍 type: integer + workshopName: + type: string + workshopNumber: + type: string type: object models.FinenessRoundingItem: properties: @@ -762,9 +769,6 @@ market: description: 搴勫彛 type: string - name: - description: 杞﹂棿 - type: string number: description: 缂栧彿 type: string @@ -786,6 +790,10 @@ workshopGroup: description: 杞︾粍 type: integer + workshopName: + type: string + workshopNumber: + type: string type: object request.AddMentorRequest: properties: -- Gitblit v1.8.0