| | |
| | | // Package docs Code generated by swaggo/swag. DO NOT EDIT |
| | | // Code generated by swaggo/swag. DO NOT EDIT. |
| | | |
| | | package docs |
| | | |
| | | import "github.com/swaggo/swag" |
| | |
| | | "custodianId": { |
| | | "type": "string" |
| | | }, |
| | | "dealerType": { |
| | | "type": "string" |
| | | }, |
| | | "details": { |
| | | "type": "array", |
| | | "items": { |
| | |
| | | } |
| | | }, |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | | "inventoryDealer": { |
| | | "$ref": "#/definitions/models.MiniDict" |
| | | }, |
| | | "inventoryDealerType": { |
| | | "type": "integer" |
| | | }, |
| | | "isInternalOutput": { |
| | |
| | | "type": "string" |
| | | }, |
| | | "operationDate": { |
| | | "description": "FromLocationID int ` + "`" + `json:\"fromLocationId\" gorm:\"type:int;not null;comment:源位置id\"` + "`" + ` //源位置id\nFromLocation Location ` + "`" + `json:\"fromLocation\" gorm:\"foreignKey:FromLocationID;references:Id\"` + "`" + ` //源位置\nToLocationID int ` + "`" + `json:\"toLocationId\" gorm:\"type:int;not null;comment:目标位置id\"` + "`" + ` //目标位置id\nToLocation Location ` + "`" + `json:\"toLocation\" gorm:\"foreignKey:ToLocationID;references:Id\"` + "`" + ` //目标位置", |
| | | "type": "string" |
| | | }, |
| | | "operationSource": { |
| | |
| | | }, |
| | | "salePrice": { |
| | | "description": "销售单价", |
| | | "type": "number" |
| | | }, |
| | | "stockAmount": { |
| | | "description": "库存数量,盘点时用", |
| | | "type": "number" |
| | | }, |
| | | "toLocation": { |
| | |
| | | "custodianId": { |
| | | "type": "string" |
| | | }, |
| | | "dealerType": { |
| | | "type": "string" |
| | | }, |
| | | "details": { |
| | | "type": "array", |
| | | "items": { |
| | |
| | | } |
| | | }, |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | | "inventoryDealerType": { |
| | | "type": "integer" |
| | | }, |
| | | "locationId": { |
| | |
| | | "description": "销售单价", |
| | | "type": "number" |
| | | }, |
| | | "stockAmount": { |
| | | "description": "库存数量,盘点时用", |
| | | "type": "number" |
| | | }, |
| | | "toLocationId": { |
| | | "description": "目标位置id", |
| | | "type": "integer" |
| | |
| | | "custodianId": { |
| | | "type": "string" |
| | | }, |
| | | "dealerType": { |
| | | "type": "string" |
| | | }, |
| | | "details": { |
| | | "type": "array", |
| | | "items": { |
| | |
| | | } |
| | | }, |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | | "inventoryDealer": { |
| | | "$ref": "#/definitions/models.MiniDict" |
| | | }, |
| | | "inventoryDealerType": { |
| | | "type": "integer" |
| | | }, |
| | | "isInternalOutput": { |
| | |
| | | "type": "string" |
| | | }, |
| | | "operationDate": { |
| | | "description": "FromLocationID int `json:\"fromLocationId\" gorm:\"type:int;not null;comment:源位置id\"` //源位置id\nFromLocation Location `json:\"fromLocation\" gorm:\"foreignKey:FromLocationID;references:Id\"` //源位置\nToLocationID int `json:\"toLocationId\" gorm:\"type:int;not null;comment:目标位置id\"` //目标位置id\nToLocation Location `json:\"toLocation\" gorm:\"foreignKey:ToLocationID;references:Id\"` //目标位置", |
| | | "type": "string" |
| | | }, |
| | | "operationSource": { |
| | |
| | | }, |
| | | "salePrice": { |
| | | "description": "销售单价", |
| | | "type": "number" |
| | | }, |
| | | "stockAmount": { |
| | | "description": "库存数量,盘点时用", |
| | | "type": "number" |
| | | }, |
| | | "toLocation": { |
| | |
| | | "custodianId": { |
| | | "type": "string" |
| | | }, |
| | | "dealerType": { |
| | | "type": "string" |
| | | }, |
| | | "details": { |
| | | "type": "array", |
| | | "items": { |
| | |
| | | } |
| | | }, |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | | "inventoryDealerType": { |
| | | "type": "integer" |
| | | }, |
| | | "locationId": { |
| | |
| | | "description": "销售单价", |
| | | "type": "number" |
| | | }, |
| | | "stockAmount": { |
| | | "description": "库存数量,盘点时用", |
| | | "type": "number" |
| | | }, |
| | | "toLocationId": { |
| | | "description": "目标位置id", |
| | | "type": "integer" |
| | |
| | | type: string |
| | | custodianId: |
| | | type: string |
| | | dealerType: |
| | | type: string |
| | | details: |
| | | items: |
| | | $ref: '#/definitions/models.OperationDetails' |
| | | type: array |
| | | id: |
| | | type: integer |
| | | inventoryDealer: |
| | | $ref: '#/definitions/models.MiniDict' |
| | | inventoryDealerType: |
| | | type: integer |
| | | isInternalOutput: |
| | | description: 是否调拨产生的出库 |
| | |
| | | description: 单号 |
| | | type: string |
| | | operationDate: |
| | | description: |- |
| | | FromLocationID int `json:"fromLocationId" gorm:"type:int;not null;comment:源位置id"` //源位置id |
| | | FromLocation Location `json:"fromLocation" gorm:"foreignKey:FromLocationID;references:Id"` //源位置 |
| | | ToLocationID int `json:"toLocationId" gorm:"type:int;not null;comment:目标位置id"` //目标位置id |
| | | ToLocation Location `json:"toLocation" gorm:"foreignKey:ToLocationID;references:Id"` //目标位置 |
| | | type: string |
| | | operationSource: |
| | | allOf: |
| | |
| | | type: string |
| | | salePrice: |
| | | description: 销售单价 |
| | | type: number |
| | | stockAmount: |
| | | description: 库存数量,盘点时用 |
| | | type: number |
| | | toLocation: |
| | | allOf: |
| | |
| | | type: string |
| | | custodianId: |
| | | type: string |
| | | dealerType: |
| | | type: string |
| | | details: |
| | | items: |
| | | $ref: '#/definitions/request.OperationDetails' |
| | | type: array |
| | | id: |
| | | type: integer |
| | | inventoryDealerType: |
| | | type: integer |
| | | locationId: |
| | | description: 源位置id |
| | |
| | | salePrice: |
| | | description: 销售单价 |
| | | type: number |
| | | stockAmount: |
| | | description: 库存数量,盘点时用 |
| | | type: number |
| | | toLocationId: |
| | | description: 目标位置id |
| | | type: integer |
| | |
| | | BaseOperationType constvar.BaseOperationType `json:"baseOperationType" gorm:"type:tinyint;not null;comment:基础作业类型"` //基础作业类型 |
| | | ProductId string `json:"productId" gorm:"type:varchar(191);not null;comment:产品id"` //产品id |
| | | //ProductName string `json:"productName" gorm:"type:varchar(255);not null;comment:产品名称"` //产品名称 |
| | | Amount decimal.Decimal `json:"amount" gorm:"type:decimal(20,2);not null;comment:数量"` //数量 |
| | | Amount decimal.Decimal `json:"amount" gorm:"type:decimal(30,10);not null;comment:数量"` //数量 |
| | | StockAmount decimal.Decimal `json:"stockAmount" gorm:"type:decimal(30,10);"` //库存数量,盘点时用 |
| | | //Unit string `json:"unit" gorm:"type:varchar(31);comment:单位"` //单位 |
| | | Product Material `json:"product" gorm:"foreignKey:ProductId;references:ID"` |
| | | |
| | |
| | | ProductId string `json:"productId" gorm:"type:varchar(191);not null;comment:产品id"` //产品id |
| | | //ProductName string `json:"productName" gorm:"type:varchar(255);not null;comment:产品名称"` //产品名称 |
| | | Amount decimal.Decimal `json:"amount" gorm:"type:decimal(20,2);not null;comment:数量"` //数量 |
| | | StockAmount decimal.Decimal `json:"stockAmount" gorm:"type:decimal(30,10);"` //库存数量,盘点时用 |
| | | //Unit string `json:"unit" gorm:"type:varchar(31);comment:单位"` //单位 |
| | | //Product models.Material `json:"product" gorm:"foreignKey:ProductId;references:ID"` |
| | | FromLocationId int `json:"fromLocationId" gorm:"type:int;not null;comment:源位置id"` //源位置id |