| | |
| | | FallingSilkBucketOne decimal.Decimal `json:"fallingSilkBucketOne"` //落丝桶数1 |
| | | FallingSilkBucketTwo decimal.Decimal `json:"fallingSilkBucketTwo"` //落丝桶数2 |
| | | FallingSilkBucketThree decimal.Decimal `json:"fallingSilkBucketThree"` //落丝桶数3 |
| | | SelectOne bool `json:"selectOne"` //落丝桶数1选中 |
| | | SelectTwo bool `json:"selectTwo"` //落丝桶数2选中 |
| | | SelectThree bool `json:"selectThree"` //落丝桶数3选中 |
| | | TheorySilkAmount decimal.Decimal `json:"theorySilkAmount"` //理论丝量 |
| | | HourYield decimal.Decimal `json:"hourYield"` //台时产量 |
| | | OneBack string `json:"oneBack"` //第一回 |
| | |
| | | "record": { |
| | | "type": "number" |
| | | }, |
| | | "selectOne": { |
| | | "type": "boolean" |
| | | }, |
| | | "selectThree": { |
| | | "type": "boolean" |
| | | }, |
| | | "selectTwo": { |
| | | "type": "boolean" |
| | | }, |
| | | "spec": { |
| | | "type": "string" |
| | | }, |
| | |
| | | "description": "生产用时", |
| | | "type": "number" |
| | | }, |
| | | "selectOne": { |
| | | "description": "落丝桶数1选中", |
| | | "type": "boolean" |
| | | }, |
| | | "selectThree": { |
| | | "description": "落丝桶数3选中", |
| | | "type": "boolean" |
| | | }, |
| | | "selectTwo": { |
| | | "description": "落丝桶数2选中", |
| | | "type": "boolean" |
| | | }, |
| | | "spec": { |
| | | "description": "规格", |
| | | "type": "string" |
| | |
| | | "record": { |
| | | "type": "number" |
| | | }, |
| | | "selectOne": { |
| | | "type": "boolean" |
| | | }, |
| | | "selectThree": { |
| | | "type": "boolean" |
| | | }, |
| | | "selectTwo": { |
| | | "type": "boolean" |
| | | }, |
| | | "spec": { |
| | | "type": "string" |
| | | }, |
| | |
| | | "description": "生产用时", |
| | | "type": "number" |
| | | }, |
| | | "selectOne": { |
| | | "description": "落丝桶数1选中", |
| | | "type": "boolean" |
| | | }, |
| | | "selectThree": { |
| | | "description": "落丝桶数3选中", |
| | | "type": "boolean" |
| | | }, |
| | | "selectTwo": { |
| | | "description": "落丝桶数2选中", |
| | | "type": "boolean" |
| | | }, |
| | | "spec": { |
| | | "description": "规格", |
| | | "type": "string" |
| | |
| | | type: string |
| | | record: |
| | | type: number |
| | | selectOne: |
| | | type: boolean |
| | | selectThree: |
| | | type: boolean |
| | | selectTwo: |
| | | type: boolean |
| | | spec: |
| | | type: string |
| | | theorySilkAmount: |
| | |
| | | record: |
| | | description: 生产用时 |
| | | type: number |
| | | selectOne: |
| | | description: 落丝桶数1选中 |
| | | type: boolean |
| | | selectThree: |
| | | description: 落丝桶数3选中 |
| | | type: boolean |
| | | selectTwo: |
| | | description: 落丝桶数2选中 |
| | | type: boolean |
| | | spec: |
| | | description: 规格 |
| | | type: string |
| | |
| | | FallingSilkBucketOne decimal.Decimal `json:"fallingSilkBucketOne" gorm:"type:decimal(12,2);comment:落丝桶数1"` |
| | | FallingSilkBucketTwo decimal.Decimal `json:"fallingSilkBucketTwo" gorm:"type:decimal(12,2);comment:落丝桶数2"` |
| | | FallingSilkBucketThree decimal.Decimal `json:"fallingSilkBucketThree" gorm:"type:decimal(12,2);comment:落丝桶数3"` |
| | | SelectOne bool `json:"selectOne" gorm:"type:int(1);comment:落丝桶数1选中"` |
| | | SelectTwo bool `json:"selectTwo" gorm:"type:int(1);comment:落丝桶数2选中"` |
| | | SelectThree bool `json:"selectThree" gorm:"type:int(1);comment:落丝桶数3选中"` |
| | | TheorySilkAmount decimal.Decimal `json:"theorySilkAmount" gorm:"type:decimal(12,2);comment:理论丝量"` |
| | | HourYield decimal.Decimal `json:"hourYield" gorm:"type:decimal(12,2);comment:台时产量"` |
| | | OneBack string `json:"oneBack" gorm:"type:varchar(255);comment:第一回"` |