From c0c2661df233baafae085fb8deba14e40bd45bc5 Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期五, 12 七月 2024 15:56:49 +0800 Subject: [PATCH] 产量登记表添加自动编号 --- docs/docs.go | 941 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 900 insertions(+), 41 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 3cceedb..d5e5cd8 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1,5 +1,4 @@ -// Code generated by swaggo/swag. DO NOT EDIT. - +// Package docs Code generated by swaggo/swag. DO NOT EDIT package docs import "github.com/swaggo/swag" @@ -124,6 +123,187 @@ } } }, + "/api-jl/v1/attendance/getAttendanceRule": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "鑰冨嫟绠$悊" + ], + "summary": "鑾峰彇鍔犵彮瑙勫垯", + "parameters": [ + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, + "/api-jl/v1/attendance/getAttendanceStatistic": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鑰冨嫟绠$悊" + ], + "summary": "鑾峰彇鑰冨嫟缁熻", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.GetAttendanceStatistic" + } + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.Response" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/definitions/response.AttendanceList" + } + } + } + ] + } + } + } + } + }, + "/api-jl/v1/attendance/getTemplate": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鑰冨嫟绠$悊" + ], + "summary": "鑾峰彇妯$増鍒楄〃", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.TemplateCategoryRequest" + } + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, + "/api-jl/v1/attendance/saveAttendanceRule": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鑰冨嫟绠$悊" + ], + "summary": "淇濆瓨鍔犵彮瑙勫垯", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/models.AttendanceRule" + } + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, + "/api-jl/v1/attendance/updateAttendance": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鑰冨嫟绠$悊" + ], + "summary": "鏇存柊鑰冨嫟", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.UpdateAttendance" + } + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, "/api-jl/v1/fineness/changeYieldRegister": { "post": { "produces": [ @@ -218,7 +398,7 @@ } } }, - "post": { + "put": { "produces": [ "application/json" ], @@ -228,13 +408,20 @@ "summary": "绾ゅ害妫�楠屼慨鏀�", "parameters": [ { - "description": "瀛楀吀淇℃伅", + "description": "鍙傛暟", "name": "object", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/models.FinenessCheck" + "$ref": "#/definitions/response.FinenessCheckInfo" } + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true } ], "responses": { @@ -600,6 +787,95 @@ "schema": { "$ref": "#/definitions/request.YieldRegisterInfo" } + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, + "/api-jl/v1/forms/salaryReportForms": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鎶ヨ〃绠$悊" + ], + "summary": "鑾峰彇钖祫鎶ヨ〃", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.SalaryReportForms" + } + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.ResponseList" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/definitions/response.SalaryReportForms" + } + } + } + } + ] + } + } + } + } + }, + "/api-jl/v1/forms/updateSalaryReportForms": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鎶ヨ〃绠$悊" + ], + "summary": "淇敼钖祫鎶ヨ〃", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.UpdateSalaryReportForms" + } + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true } ], "responses": { @@ -1202,6 +1478,53 @@ } } }, + "/api-jl/v1/system/getAutoCode": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "绯荤粺璁剧疆/瀛楀吀" + ], + "summary": "鑾峰彇鑷姩缂栫爜", + "parameters": [ + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true + }, + { + "type": "integer", + "description": "绫诲瀷", + "name": "type", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.Response" + }, + { + "type": "object", + "properties": { + "data": { + "type": "object", + "additionalProperties": true + } + } + } + ] + } + } + } + } + }, "/api-jl/v1/system/getCarAndLevel": { "post": { "produces": [ @@ -1475,7 +1798,7 @@ } }, "/api-jl/v1/system/getWorkshopManageList": { - "get": { + "post": { "produces": [ "application/json" ], @@ -1523,7 +1846,7 @@ "data": { "type": "array", "items": { - "$ref": "#/definitions/models.WorkshopManage" + "$ref": "#/definitions/response.WorkshopManage" } } } @@ -1605,20 +1928,20 @@ "summary": "淇濆瓨杞﹂棿绠$悊", "parameters": [ { - "description": "鍙傛暟", - "name": "object", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/models.WorkshopManage" - } - }, - { "type": "string", "description": "token", "name": "Authorization", "in": "header", "required": true + }, + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.AddWorkshopManage" + } } ], "responses": { @@ -2079,22 +2402,40 @@ } }, "definitions": { - "constvar.CarFlag": { + "constvar.AttendanceStatus": { "type": "integer", "enum": [ 1, 2, - 3 + 3, + 4 ], "x-enum-comments": { - "AllCar": "鍏ㄨ溅缁撴潫", + "Abnormal": "寮傚父", + "Normal": "姝e父", + "Overtime": "鍔犵彮", + "Vacation": "浼戝亣" + }, + "x-enum-varnames": [ + "Normal", + "Overtime", + "Vacation", + "Abnormal" + ] + }, + "constvar.CarFlag": { + "type": "integer", + "enum": [ + 1, + 2 + ], + "x-enum-comments": { "LeftHalfCar": "宸﹀崐杞�", "RightHalfCar": "鍙冲崐杞�" }, "x-enum-varnames": [ "LeftHalfCar", - "RightHalfCar", - "AllCar" + "RightHalfCar" ] }, "constvar.CheckItem": { @@ -2142,6 +2483,21 @@ "DictTypeSpec" ] }, + "constvar.FileTemplateCategory": { + "type": "integer", + "enum": [ + 1, + 2 + ], + "x-enum-comments": { + "FileTemplateCategory_Output": "鍑哄簱", + "FileTemplateCategory_Selfmade": "鍏ュ簱-鑷埗" + }, + "x-enum-varnames": [ + "FileTemplateCategory_Selfmade", + "FileTemplateCategory_Output" + ] + }, "constvar.MiniDictType": { "type": "integer", "enum": [ @@ -2152,9 +2508,12 @@ 5, 6, 7, - 8 + 8, + 9, + 10 ], "x-enum-comments": { + "Absenteeism": "缂哄嫟", "EarlyWarningDay": "棰勮澶╂暟", "InspectionWayType": "璐ㄦ鏂瑰紡绫诲瀷", "MiniDictTypeBomVersionType": "Bom鐗堟湰绫诲瀷", @@ -2162,7 +2521,8 @@ "OutsourcingSupplierCreditGrade": "淇$敤绛夌骇", "OutsourcingSupplierRange": "渚涜揣鑼冨洿", "OutsourcingSupplierType": "濮斿渚涘簲鍟嗙被鍨�", - "SalaryType": "鍢夎仈钖祫绫诲瀷" + "SalaryType": "鍢夎仈钖祫绫诲瀷", + "WildSilk": "閲庣氦" }, "x-enum-varnames": [ "MiniDictTypePlcBrand", @@ -2172,7 +2532,9 @@ "OutsourcingSupplierType", "OutsourcingSupplierCreditGrade", "OutsourcingSupplierRange", - "SalaryType" + "SalaryType", + "WildSilk", + "Absenteeism" ] }, "constvar.WorkerStatus": { @@ -2194,6 +2556,21 @@ "WorkerStatusRest", "WorkerStatusHoliday", "WorkerStatusOvertime" + ] + }, + "constvar.WorkshopType": { + "type": "integer", + "enum": [ + 1, + 2 + ], + "x-enum-comments": { + "Group": "鍒嗙粍淇℃伅", + "Workshop": "杞﹂棿淇℃伅" + }, + "x-enum-varnames": [ + "Workshop", + "Group" ] }, "gorm.DeletedAt": { @@ -2241,17 +2618,61 @@ "id": { "type": "integer" }, + "overTimeDuration": { + "type": "number" + }, + "phoneNum": { + "type": "string" + }, "startWorkTime": { "type": "string" }, + "status": { + "$ref": "#/definitions/constvar.AttendanceStatus" + }, "updatedAt": { "type": "string" + }, + "workType": { + "$ref": "#/definitions/models.WorkTypeManage" + }, + "workTypeId": { + "type": "integer" }, "workerId": { "type": "string" }, "workerName": { "type": "string" + } + } + }, + "models.AttendanceRule": { + "type": "object", + "properties": { + "createdAt": { + "type": "string" + }, + "deletedAt": { + "$ref": "#/definitions/gorm.DeletedAt" + }, + "id": { + "type": "integer" + }, + "overTimeStart": { + "type": "number" + }, + "restDayRule": { + "type": "integer" + }, + "restDayStart": { + "type": "number" + }, + "updatedAt": { + "type": "string" + }, + "weekdayRule": { + "type": "integer" } } }, @@ -2492,11 +2913,11 @@ "type": "integer" }, "market": { - "description": "搴勫彛", + "description": "搴勫彛鍚嶇О", "type": "string" }, - "name": { - "description": "杞﹂棿", + "marketNumber": { + "description": "搴勫彛缂栧彿", "type": "string" }, "number": { @@ -2527,6 +2948,14 @@ "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "description": "杞﹂棿鍚嶇О", + "type": "string" + }, + "workshopNumber": { + "description": "杞﹂棿缂栧彿", + "type": "string" } } }, @@ -2663,10 +3092,14 @@ "type": "string" }, "salaryFormula": { + "description": "SalaryType string ` + "`" + `json:\"salaryType\" gorm:\"type:varchar(255);comment:钖祫绫诲瀷\"` + "`" + `", "type": "string" }, "salaryType": { - "type": "string" + "$ref": "#/definitions/models.MiniDict" + }, + "salaryTypeId": { + "type": "integer" }, "updatedAt": { "type": "string" @@ -2723,6 +3156,9 @@ "addPeople": { "type": "string" }, + "deletedAt": { + "$ref": "#/definitions/gorm.DeletedAt" + }, "employmentTime": { "type": "string" }, @@ -2778,10 +3214,6 @@ "id": { "type": "integer" }, - "name": { - "description": "杞﹂棿", - "type": "string" - }, "startDate": { "description": "寮�濮嬫棩鏈�", "type": "string" @@ -2805,9 +3237,17 @@ "description": "宸ヤ汉ID", "type": "string" }, + "workshop": { + "description": "杞﹂棿缂栧彿", + "type": "string" + }, "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "description": "杞﹂棿鍚嶇О", + "type": "string" } } }, @@ -2815,13 +3255,16 @@ "type": "object", "properties": { "carFlag": { - "$ref": "#/definitions/constvar.CarFlag" + "type": "integer" }, "createdAt": { "type": "string" }, "deletedAt": { "$ref": "#/definitions/gorm.DeletedAt" + }, + "endCarHalf": { + "$ref": "#/definitions/constvar.CarFlag" }, "endCarNumber": { "type": "integer" @@ -2835,8 +3278,22 @@ "notes": { "type": "string" }, + "parentID": { + "type": "string" + }, + "startCarHalf": { + "$ref": "#/definitions/constvar.CarFlag" + }, "startCarNumber": { "type": "integer" + }, + "type": { + "description": "绫诲瀷(1杞﹂棿銆�2鍒嗙粍)", + "allOf": [ + { + "$ref": "#/definitions/constvar.WorkshopType" + } + ] }, "updatedAt": { "type": "string" @@ -3097,10 +3554,6 @@ "description": "搴勫彛", "type": "string" }, - "name": { - "description": "杞﹂棿", - "type": "string" - }, "number": { "description": "缂栧彿", "type": "string" @@ -3128,6 +3581,12 @@ "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "type": "string" + }, + "workshopNumber": { + "type": "string" } } }, @@ -3157,7 +3616,8 @@ "startWorkerPosition", "workerId", "workshop", - "workshopGroup" + "workshopGroup", + "workshopName" ], "properties": { "endDate": { @@ -3181,12 +3641,78 @@ "type": "string" }, "workshop": { - "description": "杞﹂棿", + "description": "杞﹂棿缂栧彿", "type": "string" }, "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "description": "杞﹂棿鍚嶇О", + "type": "string" + } + } + }, + "request.AddWorkshopManage": { + "type": "object", + "properties": { + "carFlag": { + "type": "integer" + }, + "createdAt": { + "type": "string" + }, + "deletedAt": { + "$ref": "#/definitions/gorm.DeletedAt" + }, + "details": { + "description": "杞﹂棿淇℃伅", + "type": "array", + "items": { + "$ref": "#/definitions/models.WorkshopManage" + } + }, + "endCarHalf": { + "$ref": "#/definitions/constvar.CarFlag" + }, + "endCarNumber": { + "type": "integer" + }, + "groupNumber": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "notes": { + "type": "string" + }, + "parentID": { + "type": "string" + }, + "startCarHalf": { + "$ref": "#/definitions/constvar.CarFlag" + }, + "startCarNumber": { + "type": "integer" + }, + "type": { + "description": "绫诲瀷(1杞﹂棿銆�2鍒嗙粍)", + "allOf": [ + { + "$ref": "#/definitions/constvar.WorkshopType" + } + ] + }, + "updatedAt": { + "type": "string" + }, + "workshopName": { + "type": "string" + }, + "workshopNumber": { + "type": "string" } } }, @@ -3219,6 +3745,7 @@ "type": "object", "properties": { "ids": { + "description": "璁板綍id", "type": "array", "items": { "type": "integer" @@ -3277,6 +3804,18 @@ "pageSize": { "description": "姣忛〉澶у皬", "type": "integer" + } + } + }, + "request.GetAttendanceStatistic": { + "type": "object", + "properties": { + "keyword": { + "type": "string" + }, + "month": { + "description": "鏈堜唤", + "type": "string" } } }, @@ -3374,6 +3913,10 @@ "workshopName": { "description": "杞﹂棿鍚嶇О", "type": "string" + }, + "workshopNumber": { + "description": "杞﹂棿缂栧彿", + "type": "string" } } }, @@ -3451,6 +3994,25 @@ } } }, + "request.SalaryReportForms": { + "type": "object", + "properties": { + "keyword": { + "type": "string" + }, + "month": { + "type": "string" + }, + "page": { + "description": "椤电爜", + "type": "integer" + }, + "pageSize": { + "description": "姣忛〉澶у皬", + "type": "integer" + } + } + }, "request.SalaryType": { "type": "object", "properties": { @@ -3473,6 +4035,9 @@ "request.SalaryTypeValue": { "type": "object", "properties": { + "id": { + "type": "integer" + }, "isDefault": { "description": "鏄惁鍙紪杈�", "type": "boolean" @@ -3491,6 +4056,67 @@ "items": { "$ref": "#/definitions/request.RankStandard" } + } + } + }, + "request.TemplateCategoryRequest": { + "type": "object", + "properties": { + "category": { + "$ref": "#/definitions/constvar.FileTemplateCategory" + } + } + }, + "request.UpdateAttendance": { + "type": "object", + "properties": { + "classes": { + "description": "鐝", + "type": "string" + }, + "classesEndTime": { + "description": "鐝涓嬬彮鏃堕棿", + "type": "string" + }, + "classesStartTime": { + "description": "鐝寮�濮嬫椂闂�", + "type": "string" + }, + "date": { + "description": "鏃ユ湡", + "type": "string" + }, + "endWorkTime": { + "description": "涓嬬彮鎵撳崱鏃堕棿", + "type": "string" + }, + "overTimeDuration": { + "description": "鍔犵彮鏃堕暱", + "type": "number" + }, + "startWorkTime": { + "description": "涓婄彮鎵撳崱鏃堕棿", + "type": "string" + }, + "status": { + "description": "鐘舵��", + "allOf": [ + { + "$ref": "#/definitions/constvar.AttendanceStatus" + } + ] + }, + "workTypeId": { + "description": "宸ョid", + "type": "integer" + }, + "workerId": { + "description": "浜哄憳id", + "type": "string" + }, + "workerName": { + "description": "浜哄憳濮撳悕", + "type": "string" } } }, @@ -3542,6 +4168,23 @@ } } }, + "request.UpdateSalaryReportForms": { + "type": "object", + "properties": { + "amount": { + "type": "number" + }, + "month": { + "type": "string" + }, + "salaryTypeId": { + "type": "integer" + }, + "workerId": { + "type": "string" + } + } + }, "request.UpdateWorkerPositionRequest": { "type": "object", "required": [ @@ -3551,7 +4194,8 @@ "startWorkerPosition", "workerId", "workshop", - "workshopGroup" + "workshopGroup", + "workshopName" ], "properties": { "endDate": { @@ -3578,12 +4222,16 @@ "type": "string" }, "workshop": { - "description": "杞﹂棿", + "description": "杞﹂棿缂栧彿", "type": "string" }, "workshopGroup": { "description": "杞︾粍", "type": "integer" + }, + "workshopName": { + "description": "杞﹂棿鍚嶇О", + "type": "string" } } }, @@ -3784,6 +4432,106 @@ } } }, + "response.AttendanceDetail": { + "type": "object", + "properties": { + "classes": { + "description": "鐝", + "type": "string" + }, + "classesEndTime": { + "description": "鐝涓嬬彮鏃堕棿", + "type": "string" + }, + "classesStartTime": { + "description": "鐝寮�濮嬫椂闂�", + "type": "string" + }, + "date": { + "description": "鏃ユ湡", + "type": "integer" + }, + "endWorkTime": { + "description": "涓嬬彮鎵撳崱鏃堕棿", + "type": "string" + }, + "startWorkTime": { + "description": "涓婄彮鎵撳崱鏃堕棿", + "type": "string" + }, + "status": { + "description": "鐘舵��", + "allOf": [ + { + "$ref": "#/definitions/constvar.AttendanceStatus" + } + ] + }, + "weekDay": { + "description": "鏄熸湡", + "type": "string" + } + } + }, + "response.AttendanceList": { + "type": "object", + "properties": { + "list": { + "type": "array", + "items": { + "$ref": "#/definitions/response.AttendanceStatistic" + } + } + } + }, + "response.AttendanceStatistic": { + "type": "object", + "properties": { + "actualAttendanceDays": { + "description": "瀹為檯鍑哄嫟澶╂暟", + "type": "integer" + }, + "details": { + "description": "璇︽儏", + "type": "array", + "items": { + "$ref": "#/definitions/response.AttendanceDetail" + } + }, + "month": { + "description": "鏈堜唤", + "type": "string" + }, + "requiredAttendanceDays": { + "description": "搴斿嚭鍕ゅぉ鏁�", + "type": "integer" + }, + "restDayOverTime": { + "description": "浼戞伅鏃ュ姞鐝椂闀�", + "type": "number" + }, + "weekdayOverTime": { + "description": "宸ヤ綔鏃ュ姞鐝椂闀�", + "type": "number" + }, + "workType": { + "description": "宸ョ", + "type": "string" + }, + "workTypeId": { + "description": "宸ョid", + "type": "integer" + }, + "workerId": { + "description": "浜哄憳id", + "type": "string" + }, + "workerName": { + "description": "浜哄憳濮撳悕", + "type": "string" + } + } + }, "response.CarAndLevel": { "type": "object", "properties": { @@ -3875,6 +4623,117 @@ } } }, + "response.SalaryDetail": { + "type": "object", + "properties": { + "amount": { + "description": "宸ヨ祫鍊�", + "type": "number" + }, + "salaryType": { + "description": "钖祫绫诲瀷", + "type": "string" + }, + "salaryTypeId": { + "description": "钖祫绫诲瀷id", + "type": "integer" + } + } + }, + "response.SalaryReportForms": { + "type": "object", + "properties": { + "details": { + "type": "array", + "items": { + "$ref": "#/definitions/response.SalaryDetail" + } + }, + "issueSalary": { + "description": "搴斿彂宸ヨ祫", + "type": "number" + }, + "phone": { + "type": "string" + }, + "remark": { + "description": "澶囨敞", + "type": "string" + }, + "workType": { + "description": "宸ョ", + "type": "string" + }, + "workerId": { + "type": "string" + }, + "workerName": { + "type": "string" + } + } + }, + "response.WorkshopManage": { + "type": "object", + "properties": { + "carFlag": { + "type": "integer" + }, + "createdAt": { + "type": "string" + }, + "deletedAt": { + "$ref": "#/definitions/gorm.DeletedAt" + }, + "details": { + "description": "杞﹂棿淇℃伅", + "type": "array", + "items": { + "$ref": "#/definitions/models.WorkshopManage" + } + }, + "endCarHalf": { + "$ref": "#/definitions/constvar.CarFlag" + }, + "endCarNumber": { + "type": "integer" + }, + "groupNumber": { + "type": "integer" + }, + "id": { + "type": "integer" + }, + "notes": { + "type": "string" + }, + "parentID": { + "type": "string" + }, + "startCarHalf": { + "$ref": "#/definitions/constvar.CarFlag" + }, + "startCarNumber": { + "type": "integer" + }, + "type": { + "description": "绫诲瀷(1杞﹂棿銆�2鍒嗙粍)", + "allOf": [ + { + "$ref": "#/definitions/constvar.WorkshopType" + } + ] + }, + "updatedAt": { + "type": "string" + }, + "workshopName": { + "type": "string" + }, + "workshopNumber": { + "type": "string" + } + } + }, "util.Response": { "type": "object", "properties": { -- Gitblit v1.8.0