| | |
| | | package request |
| | | |
| | | import "aps_crm/proto/code" |
| | | |
| | | type AddContract struct { |
| | | Contract |
| | | } |
| | | |
| | | type Contract struct { |
| | | ContractName string `json:"contractName"` //合同名称 |
| | | ClientId int `json:"client_id"` |
| | | MemberId int `json:"member_id"` |
| | | Number string `json:"number"` |
| | | QuotationId int `json:"quotation_id"` |
| | | StatusId int `json:"status_id"` |
| | | File string `json:"file"` |
| | | CodeStandID string `json:"codeStandID"` //编码id |
| | | CodeRule code.CodeStandard `json:"codeRule"` |
| | | ContractName string `json:"contractName"` //合同名称 |
| | | ClientId int `json:"client_id"` |
| | | MemberId int `json:"member_id"` |
| | | Number string `json:"number"` |
| | | QuotationId int `json:"quotation_id"` |
| | | StatusId int `json:"status_id"` |
| | | File string `json:"file"` |
| | | CodeStandID string `json:"codeStandID"` //编码id |
| | | } |
| | | |
| | | type UpdateContract struct { |