| | |
| | | startCircle: |
| | | description: 开始回数 |
| | | type: integer |
| | | sumFineness: |
| | | type: number |
| | | sumQuantity: |
| | | type: number |
| | | updatedAt: |
| | | type: string |
| | | workshopGroup: |
| | | description: 车组 |
| | | type: string |
| | | type: object |
| | | models.RawSilkPriceStandard: |
| | | 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 |
| | | type: object |
| | | request.AddDict: |
| | |
| | | finishDate: |
| | | description: 落丝时间 |
| | | type: string |
| | | id: |
| | | description: id 添加时传0 |
| | | type: integer |
| | | market: |
| | | description: 庄口 |
| | | type: string |
| | |
| | | startCircle: |
| | | description: 开始回数 |
| | | type: integer |
| | | sum: |
| | | $ref: '#/definitions/request.FinenessItem' |
| | | sumFineness: |
| | | type: number |
| | | sumQuantity: |
| | | type: number |
| | | workshopGroup: |
| | | description: 车组 |
| | | type: string |
| | |
| | | type: integer |
| | | pageSize: |
| | | type: integer |
| | | total: |
| | | type: integer |
| | | total: {} |
| | | type: object |
| | | info: |
| | | contact: {} |
| | |
| | | summary: 删除字典 |
| | | tags: |
| | | - 系统设置/字典 |
| | | /api-jl/v1/system/getPriceStandardList: |
| | | get: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/models.RawSilkPriceStandard' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 获取生丝定价标准 |
| | | tags: |
| | | - 系统设置/生丝定价标准 |
| | | /api-jl/v1/system/savePriceStandard: |
| | | post: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/models.RawSilkPriceStandard' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 保存生丝定价标准 |
| | | tags: |
| | | - 系统设置/生丝定价标准 |
| | | swagger: "2.0" |