| | |
| | | "contact_id": { |
| | | "type": "integer" |
| | | }, |
| | | "contact_information": { |
| | | "$ref": "#/definitions/model.ContactInformation" |
| | | }, |
| | | "contact_information_id": { |
| | | "type": "integer" |
| | | }, |
| | |
| | | "contact_id": { |
| | | "type": "integer" |
| | | }, |
| | | "contact_information": { |
| | | "$ref": "#/definitions/model.ContactInformation" |
| | | }, |
| | | "contact_information_id": { |
| | | "type": "integer" |
| | | }, |
| | |
| | | $ref: '#/definitions/model.Contact' |
| | | contact_id: |
| | | type: integer |
| | | contact_information: |
| | | $ref: '#/definitions/model.ContactInformation' |
| | | contact_information_id: |
| | | type: integer |
| | | content: |
| | |
| | | Quotation Quotation `json:"quotation" gorm:"foreignKey:QuotationId;references:Id"` |
| | | StatusId int `json:"statusId" gorm:"column:status_id;type:int;comment:合同状态"` |
| | | File string `json:"file" gorm:"column:file;type:varchar(255);comment:合同文件"` |
| | | CreatedAt *CustomTime `json:"created_at" gorm:"column:created_at;type:datetime;comment:创建时间"` |
| | | gormModel |
| | | } |
| | | |