| | |
| | | "host": "{{.Host}}", |
| | | "basePath": "{{.BasePath}}", |
| | | "paths": { |
| | | "/api-jl/v1/fineness/check": { |
| | | "get": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "纤度检验" |
| | | ], |
| | | "summary": "纤度检验列表", |
| | | "parameters": [ |
| | | { |
| | | "type": "string", |
| | | "name": "keyword", |
| | | "in": "query" |
| | | }, |
| | | { |
| | | "type": "integer", |
| | | "description": "页码", |
| | | "name": "page", |
| | | "in": "query" |
| | | }, |
| | | { |
| | | "type": "integer", |
| | | "description": "每页大小", |
| | | "name": "pageSize", |
| | | "in": "query" |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/util.ResponseList" |
| | | }, |
| | | { |
| | | "type": "object", |
| | | "properties": { |
| | | "data": { |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/models.FinenessCheck" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "post": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "纤度检验" |
| | | ], |
| | | "summary": "纤度检验修改", |
| | | "parameters": [ |
| | | { |
| | | "description": "字典信息", |
| | | "name": "object", |
| | | "in": "body", |
| | | "required": true, |
| | | "schema": { |
| | | "$ref": "#/definitions/models.FinenessCheck" |
| | | } |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "$ref": "#/definitions/util.Response" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/fineness/check/{id}": { |
| | | "get": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "纤度检验" |
| | | ], |
| | | "summary": "纤度检验详情", |
| | | "parameters": [ |
| | | { |
| | | "type": "string", |
| | | "description": "字典信息", |
| | | "name": "id", |
| | | "in": "path", |
| | | "required": true |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/util.ResponseList" |
| | | }, |
| | | { |
| | | "type": "object", |
| | | "properties": { |
| | | "data": { |
| | | "$ref": "#/definitions/response.FinenessCheckInfo" |
| | | } |
| | | } |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "delete": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "纤度检验" |
| | | ], |
| | | "summary": "纤度检验删除", |
| | | "parameters": [ |
| | | { |
| | | "type": "string", |
| | | "description": "字典信息", |
| | | "name": "id", |
| | | "in": "path", |
| | | "required": true |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "$ref": "#/definitions/util.Response" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/fineness/register": { |
| | | "get": { |
| | | "produces": [ |
| | |
| | | ], |
| | | "summary": "纤度登记列表", |
| | | "parameters": [ |
| | | { |
| | | "type": "string", |
| | | "name": "keyword", |
| | | "in": "query" |
| | | }, |
| | | { |
| | | "type": "integer", |
| | | "description": "页码", |
| | |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "post": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "纤度登记" |
| | | ], |
| | | "summary": "纤度登记添加", |
| | | "parameters": [ |
| | | { |
| | | "description": "字典信息", |
| | | "name": "object", |
| | | "in": "body", |
| | | "required": true, |
| | | "schema": { |
| | | "$ref": "#/definitions/request.AddFinenessRegister" |
| | | } |
| | | }, |
| | | { |
| | | "type": "string", |
| | | "description": "token", |
| | | "name": "Authorization", |
| | | "in": "header", |
| | | "required": true |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "$ref": "#/definitions/util.Response" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/fineness/register/{id}": { |
| | | "get": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "纤度登记" |
| | | ], |
| | | "summary": "纤度登记详情", |
| | | "parameters": [ |
| | | { |
| | | "type": "string", |
| | | "description": "字典信息", |
| | | "name": "id", |
| | | "in": "path", |
| | | "required": true |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/util.ResponseList" |
| | | }, |
| | | { |
| | | "type": "object", |
| | | "properties": { |
| | | "data": { |
| | | "$ref": "#/definitions/models.FinenessRegister" |
| | | } |
| | | } |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "delete": { |
| | | "produces": [ |
| | | "application/json" |
| | |
| | | { |
| | | "type": "string", |
| | | "description": "字典信息", |
| | | "name": "id", |
| | | "in": "path", |
| | | "required": true |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "$ref": "#/definitions/util.Response" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/system/deletePriceStandard/{id}": { |
| | | "delete": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "系统设置/生丝定价标准" |
| | | ], |
| | | "summary": "删除生丝定价标准", |
| | | "parameters": [ |
| | | { |
| | | "type": "string", |
| | | "description": "id", |
| | | "name": "id", |
| | | "in": "path", |
| | | "required": true |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "$ref": "#/definitions/util.Response" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/system/deleteWorkshopManage/{id}": { |
| | | "delete": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "系统设置/车间管理" |
| | | ], |
| | | "summary": "删除车间管理", |
| | | "parameters": [ |
| | | { |
| | | "type": "string", |
| | | "description": "id", |
| | | "name": "id", |
| | | "in": "path", |
| | | "required": true |
| | |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/system/getPriceStandardList": { |
| | | "get": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "系统设置/生丝定价标准" |
| | | ], |
| | | "summary": "获取生丝定价标准", |
| | | "parameters": [ |
| | | { |
| | | "type": "string", |
| | | "name": "keyWord", |
| | | "in": "query" |
| | | }, |
| | | { |
| | | "type": "integer", |
| | | "description": "页码", |
| | | "name": "page", |
| | | "in": "query" |
| | | }, |
| | | { |
| | | "type": "integer", |
| | | "description": "每页大小", |
| | | "name": "pageSize", |
| | | "in": "query" |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/util.ResponseList" |
| | | }, |
| | | { |
| | | "type": "object", |
| | | "properties": { |
| | | "data": { |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/models.RawSilkPriceStandard" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/system/getRankStandard": { |
| | | "get": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "系统设置/生丝定级标准" |
| | | ], |
| | | "summary": "获取生丝定级标准", |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/util.ResponseList" |
| | | }, |
| | | { |
| | | "type": "object", |
| | | "properties": { |
| | | "data": { |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/response.RankStandard" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/system/getWorkshopManageList": { |
| | | "get": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "系统设置/车间管理" |
| | | ], |
| | | "summary": "获取车间管理列表", |
| | | "parameters": [ |
| | | { |
| | | "type": "string", |
| | | "description": "token", |
| | | "name": "Authorization", |
| | | "in": "header", |
| | | "required": true |
| | | }, |
| | | { |
| | | "type": "string", |
| | | "name": "keyWord", |
| | | "in": "query" |
| | | }, |
| | | { |
| | | "type": "integer", |
| | | "description": "页码", |
| | | "name": "page", |
| | | "in": "query" |
| | | }, |
| | | { |
| | | "type": "integer", |
| | | "description": "每页大小", |
| | | "name": "pageSize", |
| | | "in": "query" |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/util.ResponseList" |
| | | }, |
| | | { |
| | | "type": "object", |
| | | "properties": { |
| | | "data": { |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/models.WorkshopManage" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/system/savePriceStandard": { |
| | | "post": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "系统设置/生丝定价标准" |
| | | ], |
| | | "summary": "保存生丝定价标准", |
| | | "parameters": [ |
| | | { |
| | | "description": "参数", |
| | | "name": "object", |
| | | "in": "body", |
| | | "required": true, |
| | | "schema": { |
| | | "$ref": "#/definitions/models.RawSilkPriceStandard" |
| | | } |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "$ref": "#/definitions/util.Response" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/system/saveRankStandard": { |
| | | "post": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "系统设置/生丝定级标准" |
| | | ], |
| | | "summary": "保存生丝定级标准", |
| | | "parameters": [ |
| | | { |
| | | "description": "参数", |
| | | "name": "object", |
| | | "in": "body", |
| | | "required": true, |
| | | "schema": { |
| | | "$ref": "#/definitions/request.SaveRankStandard" |
| | | } |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "$ref": "#/definitions/util.Response" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/api-jl/v1/system/saveWorkshopManage": { |
| | | "post": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "系统设置/车间管理" |
| | | ], |
| | | "summary": "保存车间管理", |
| | | "parameters": [ |
| | | { |
| | | "description": "参数", |
| | | "name": "object", |
| | | "in": "body", |
| | | "required": true, |
| | | "schema": { |
| | | "$ref": "#/definitions/models.WorkshopManage" |
| | | } |
| | | }, |
| | | { |
| | | "type": "string", |
| | | "description": "token", |
| | | "name": "Authorization", |
| | | "in": "header", |
| | | "required": true |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "$ref": "#/definitions/util.Response" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "definitions": { |
| | | "constvar.CarFlag": { |
| | | "type": "integer", |
| | | "enum": [ |
| | | 1, |
| | | 2, |
| | | 3 |
| | | ], |
| | | "x-enum-comments": { |
| | | "AllCar": "全车结束", |
| | | "LeftHalfCar": "左半车", |
| | | "RightHalfCar": "右半车" |
| | | }, |
| | | "x-enum-varnames": [ |
| | | "LeftHalfCar", |
| | | "RightHalfCar", |
| | | "AllCar" |
| | | ] |
| | | }, |
| | | "constvar.CheckItem": { |
| | | "type": "integer", |
| | | "enum": [ |
| | | 1, |
| | | 2, |
| | | 3, |
| | | 4, |
| | | 5 |
| | | ], |
| | | "x-enum-comments": { |
| | | "CheckItemCleanliness": "清洁分", |
| | | "CheckItemDeviation": "纤度偏差", |
| | | "CheckItemMaxDeviation": "最大偏差", |
| | | "CheckItemPurity": "洁净分", |
| | | "CheckItemTwiceChange": "二次变化" |
| | | }, |
| | | "x-enum-varnames": [ |
| | | "CheckItemDeviation", |
| | | "CheckItemTwiceChange", |
| | | "CheckItemCleanliness", |
| | | "CheckItemPurity", |
| | | "CheckItemMaxDeviation" |
| | | ] |
| | | }, |
| | | "constvar.DictType": { |
| | | "type": "integer", |
| | | "enum": [ |
| | |
| | | } |
| | | } |
| | | }, |
| | | "models.FinenessRegister": { |
| | | "models.FinenessCheck": { |
| | | "type": "object", |
| | | "properties": { |
| | | "averageFineness": { |
| | | "description": "平均纤度", |
| | | "type": "number" |
| | | }, |
| | | "cleanliness": { |
| | | "description": "清洁度", |
| | | "type": "number" |
| | | }, |
| | | "createdAt": { |
| | | "type": "string" |
| | | }, |
| | | "deletedAt": { |
| | | "$ref": "#/definitions/gorm.DeletedAt" |
| | | }, |
| | | "deviation": { |
| | | "description": "偏差", |
| | | "type": "number" |
| | | }, |
| | | "finenessGrade": { |
| | | "description": "纤度等级", |
| | | "type": "string" |
| | | }, |
| | | "finenessRegister": { |
| | | "description": "纤度登记", |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/models.FinenessRegister" |
| | | } |
| | | ] |
| | | }, |
| | | "finenessRegisterID": { |
| | | "description": "纤度登记表ID", |
| | | "type": "integer" |
| | | }, |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | | "inspector": { |
| | | "description": "检验员", |
| | | "type": "string" |
| | | }, |
| | | "marketProcessOrderNumber": { |
| | | "description": "庄口工艺单编号", |
| | | "type": "string" |
| | | }, |
| | | "measureFineness": { |
| | | "description": "公量纤度", |
| | | "type": "number" |
| | | }, |
| | | "purity": { |
| | | "description": "洁净度", |
| | | "type": "number" |
| | | }, |
| | | "totalDeviation": { |
| | | "description": "总差", |
| | | "type": "number" |
| | | }, |
| | | "twiceChange": { |
| | | "description": "二度变化", |
| | | "type": "number" |
| | | }, |
| | | "updatedAt": { |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | | "models.FinenessCheckItem": { |
| | | "type": "object", |
| | | "properties": { |
| | | "cleanliness": { |
| | | "description": "清洁度", |
| | | "type": "number" |
| | | }, |
| | | "createdAt": { |
| | | "type": "string" |
| | | }, |
| | | "deletedAt": { |
| | | "$ref": "#/definitions/gorm.DeletedAt" |
| | | }, |
| | | "deviation": { |
| | | "description": "偏差", |
| | | "type": "number" |
| | | }, |
| | | "finenessGrade": { |
| | | "description": "纤度等级", |
| | | "type": "string" |
| | | }, |
| | | "finenessRegisterID": { |
| | | "description": "纤度登记表ID", |
| | | "type": "integer" |
| | | }, |
| | | "finenessRoundingItems": { |
| | | "description": "纤度列表", |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/models.FinenessRoundingItem" |
| | | } |
| | | }, |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | | "position": { |
| | | "description": "FinenessCheckID uint ` + "`" + `gorm:\"not null;comment:纤度检验表ID\" json:\"finenessCheckID\"` + "`" + ` //纤度检验表ID", |
| | | "type": "integer" |
| | | }, |
| | | "purity": { |
| | | "description": "洁净度", |
| | | "type": "number" |
| | | }, |
| | | "remark": { |
| | | "description": "备注", |
| | | "type": "string" |
| | | }, |
| | | "totalDeviation": { |
| | | "description": "总差", |
| | | "type": "number" |
| | | }, |
| | | "twiceChange": { |
| | | "description": "二度变化", |
| | | "type": "number" |
| | | }, |
| | | "updatedAt": { |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | | "models.FinenessItem": { |
| | | "type": "object", |
| | | "properties": { |
| | | "createdAt": { |
| | |
| | | "deletedAt": { |
| | | "$ref": "#/definitions/gorm.DeletedAt" |
| | | }, |
| | | "endCircle": { |
| | | "description": "结束回数", |
| | | "fineness": { |
| | | "description": "纤度", |
| | | "type": "number" |
| | | }, |
| | | "finenessRegisterID": { |
| | | "type": "integer" |
| | | }, |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | | "position": { |
| | | "description": "车号", |
| | | "type": "integer" |
| | | }, |
| | | "quantity": { |
| | | "description": "数量", |
| | | "type": "number" |
| | | }, |
| | | "sum": { |
| | | "description": "纤度合计", |
| | | "type": "number" |
| | | }, |
| | | "updatedAt": { |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | | "models.FinenessRegister": { |
| | | "type": "object", |
| | | "properties": { |
| | | "circle": { |
| | | "description": "回数", |
| | | "type": "integer" |
| | | }, |
| | | "createdAt": { |
| | | "type": "string" |
| | | }, |
| | | "deletedAt": { |
| | | "$ref": "#/definitions/gorm.DeletedAt" |
| | | }, |
| | | "finenessList": { |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/models.FinenessItem" |
| | | } |
| | | }, |
| | | "finishDate": { |
| | | "description": "落丝时间", |
| | |
| | | "description": "编号", |
| | | "type": "string" |
| | | }, |
| | | "position": { |
| | | "description": "最后一个车号", |
| | | "type": "integer" |
| | | }, |
| | | "spec": { |
| | | "description": "规格", |
| | | "type": "string" |
| | | }, |
| | | "startCircle": { |
| | | "description": "开始回数", |
| | | "sumFineness": { |
| | | "type": "number" |
| | | }, |
| | | "sumQuantity": { |
| | | "type": "number" |
| | | }, |
| | | "totalCircle": { |
| | | "description": "总回数", |
| | | "type": "integer" |
| | | }, |
| | | "updatedAt": { |
| | |
| | | }, |
| | | "workshopGroup": { |
| | | "description": "车组", |
| | | "type": "integer" |
| | | } |
| | | } |
| | | }, |
| | | "models.FinenessRoundingItem": { |
| | | "type": "object", |
| | | "properties": { |
| | | "fineness": { |
| | | "description": "纤度", |
| | | "type": "number" |
| | | }, |
| | | "quantity": { |
| | | "description": "数量", |
| | | "type": "integer" |
| | | } |
| | | } |
| | | }, |
| | | "models.RawSilkPriceStandard": { |
| | | "type": "object", |
| | | "properties": { |
| | | "createdAt": { |
| | | "type": "string" |
| | | }, |
| | | "deletedAt": { |
| | | "$ref": "#/definitions/gorm.DeletedAt" |
| | | }, |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | | "marketNumber": { |
| | | "type": "string" |
| | | }, |
| | | "notes": { |
| | | "type": "string" |
| | | }, |
| | | "payStandard": { |
| | | "type": "number" |
| | | }, |
| | | "rawSilkGradeNumber": { |
| | | "type": "string" |
| | | }, |
| | | "unit": { |
| | | "type": "string" |
| | | }, |
| | | "updatedAt": { |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | | "models.WorkshopManage": { |
| | | "type": "object", |
| | | "properties": { |
| | | "carFlag": { |
| | | "$ref": "#/definitions/constvar.CarFlag" |
| | | }, |
| | | "createdAt": { |
| | | "type": "string" |
| | | }, |
| | | "deletedAt": { |
| | | "$ref": "#/definitions/gorm.DeletedAt" |
| | | }, |
| | | "endCarNumber": { |
| | | "type": "integer" |
| | | }, |
| | | "groupNumber": { |
| | | "type": "integer" |
| | | }, |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | | "notes": { |
| | | "type": "string" |
| | | }, |
| | | "startCarNumber": { |
| | | "type": "integer" |
| | | }, |
| | | "updatedAt": { |
| | | "type": "string" |
| | | }, |
| | | "workshopNumber": { |
| | | "type": "string" |
| | | } |
| | | } |
| | |
| | | "remark": { |
| | | "description": "备注", |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | | "request.AddFinenessRegister": { |
| | | "type": "object", |
| | | "properties": { |
| | | "circle": { |
| | | "description": "回数", |
| | | "type": "integer" |
| | | }, |
| | | "finenessList": { |
| | | "description": "纤度数组", |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/request.FinenessItem" |
| | | } |
| | | }, |
| | | "finishDate": { |
| | | "description": "落丝时间", |
| | | "type": "string" |
| | | }, |
| | | "id": { |
| | | "description": "id 添加时传0", |
| | | "type": "integer" |
| | | }, |
| | | "market": { |
| | | "description": "庄口", |
| | | "type": "string" |
| | | }, |
| | | "name": { |
| | | "description": "车间", |
| | | "type": "string" |
| | | }, |
| | | "number": { |
| | | "description": "编号", |
| | | "type": "string" |
| | | }, |
| | | "position": { |
| | | "description": "最后一个车号", |
| | | "type": "integer" |
| | | }, |
| | | "spec": { |
| | | "description": "规格", |
| | | "type": "string" |
| | | }, |
| | | "sumFineness": { |
| | | "description": "合计纤度", |
| | | "type": "number" |
| | | }, |
| | | "sumQuantity": { |
| | | "description": "合计数量", |
| | | "type": "number" |
| | | }, |
| | | "totalCircle": { |
| | | "description": "总回数", |
| | | "type": "integer" |
| | | }, |
| | | "workshopGroup": { |
| | | "description": "车组", |
| | | "type": "integer" |
| | | } |
| | | } |
| | | }, |
| | | "request.DynamicsRank": { |
| | | "type": "object", |
| | | "properties": { |
| | | "rankName": { |
| | | "description": "等级名称", |
| | | "type": "string" |
| | | }, |
| | | "rankProp": { |
| | | "description": "前缀key", |
| | | "type": "string" |
| | | }, |
| | | "rankValue": { |
| | | "description": "等级值", |
| | | "type": "number" |
| | | } |
| | | } |
| | | }, |
| | | "request.FinenessItem": { |
| | | "type": "object", |
| | | "properties": { |
| | | "fineness": { |
| | | "description": "纤度", |
| | | "type": "number" |
| | | }, |
| | | "position": { |
| | | "description": "车号", |
| | | "type": "integer" |
| | | }, |
| | | "quantity": { |
| | | "description": "数量", |
| | | "type": "number" |
| | | }, |
| | | "sum": { |
| | | "description": "合计", |
| | | "type": "number" |
| | | } |
| | | } |
| | | }, |
| | | "request.RankStandard": { |
| | | "type": "object", |
| | | "properties": { |
| | | "checkItem": { |
| | | "description": "检查项目名称", |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/constvar.CheckItem" |
| | | } |
| | | ] |
| | | }, |
| | | "dynamicsRanks": { |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/request.DynamicsRank" |
| | | } |
| | | }, |
| | | "endFineness": { |
| | | "description": "结束纤度", |
| | | "type": "number" |
| | | }, |
| | | "lineId": { |
| | | "description": "行id", |
| | | "type": "string" |
| | | }, |
| | | "rankA": { |
| | | "description": "野纤", |
| | | "type": "number" |
| | | }, |
| | | "rankB": { |
| | | "description": "大野", |
| | | "type": "number" |
| | | }, |
| | | "rankC": { |
| | | "description": "特野", |
| | | "type": "number" |
| | | }, |
| | | "startFineness": { |
| | | "description": "开始纤度", |
| | | "type": "number" |
| | | } |
| | | } |
| | | }, |
| | | "request.SaveRankStandard": { |
| | | "type": "object", |
| | | "properties": { |
| | | "rankStandard": { |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/request.RankStandard" |
| | | } |
| | | } |
| | | } |
| | | }, |
| | |
| | | } |
| | | } |
| | | }, |
| | | "response.DynamicsRank": { |
| | | "type": "object", |
| | | "properties": { |
| | | "rankName": { |
| | | "description": "等级名称", |
| | | "type": "string" |
| | | }, |
| | | "rankProp": { |
| | | "description": "前缀key", |
| | | "type": "string" |
| | | }, |
| | | "rankValue": { |
| | | "description": "等级值", |
| | | "type": "number" |
| | | } |
| | | } |
| | | }, |
| | | "response.FinenessCheckInfo": { |
| | | "type": "object", |
| | | "properties": { |
| | | "info": { |
| | | "$ref": "#/definitions/models.FinenessCheck" |
| | | }, |
| | | "items": { |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/models.FinenessCheckItem" |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "response.RankStandard": { |
| | | "type": "object", |
| | | "properties": { |
| | | "checkItem": { |
| | | "description": "检查项目名称", |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/constvar.CheckItem" |
| | | } |
| | | ] |
| | | }, |
| | | "dynamicsRanks": { |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/response.DynamicsRank" |
| | | } |
| | | }, |
| | | "endFineness": { |
| | | "description": "结束纤度", |
| | | "type": "number" |
| | | }, |
| | | "lineId": { |
| | | "description": "行id", |
| | | "type": "string" |
| | | }, |
| | | "rankA": { |
| | | "description": "野纤", |
| | | "type": "number" |
| | | }, |
| | | "rankB": { |
| | | "description": "大野", |
| | | "type": "number" |
| | | }, |
| | | "rankC": { |
| | | "description": "特野", |
| | | "type": "number" |
| | | }, |
| | | "startFineness": { |
| | | "description": "开始纤度", |
| | | "type": "number" |
| | | } |
| | | } |
| | | }, |
| | | "util.Response": { |
| | | "type": "object", |
| | | "properties": { |
| | |
| | | "pageSize": { |
| | | "type": "integer" |
| | | }, |
| | | "total": { |
| | | "type": "integer" |
| | | } |
| | | "total": {} |
| | | } |
| | | } |
| | | } |