|
@@ -31,6 +31,8 @@ type OilContractSumScore struct {
|
|
|
ModifiedBy string `json:"ModifiedBy" xorm:"VARCHAR(50) 'ModifiedBy'"`
|
|
ModifiedBy string `json:"ModifiedBy" xorm:"VARCHAR(50) 'ModifiedBy'"`
|
|
|
UnitId int `json:"UnitId" xorm:"INT(11) 'UnitId'"`
|
|
UnitId int `json:"UnitId" xorm:"INT(11) 'UnitId'"`
|
|
|
Unit string `json:"Unit" xorm:"VARCHAR(50) 'Unit'"`
|
|
Unit string `json:"Unit" xorm:"VARCHAR(50) 'Unit'"`
|
|
|
|
|
+ Result1 string `json:"Result1" xorm:"comment('业绩评价结果') VARCHAR(255) 'Result1'"`
|
|
|
|
|
+ Result2 string `json:"Result2" xorm:"comment('基本条件评价结果') VARCHAR(255) 'Result2'"`
|
|
|
}
|
|
}
|
|
|
type OilContractSumScoreVo struct {
|
|
type OilContractSumScoreVo struct {
|
|
|
Id int `json:"Id" xorm:"not null pk autoincr comment('ID') INT(11) 'Id'"`
|
|
Id int `json:"Id" xorm:"not null pk autoincr comment('ID') INT(11) 'Id'"`
|
|
@@ -99,6 +101,8 @@ type OilContractSumScoreVo struct {
|
|
|
B6 int `json:"B6" xorm:"default 0 comment('B6') INT(11) 'B6'"`
|
|
B6 int `json:"B6" xorm:"default 0 comment('B6') INT(11) 'B6'"`
|
|
|
B7 int `json:"B7" xorm:"default 0 comment('B7') INT(11) 'B7'"`
|
|
B7 int `json:"B7" xorm:"default 0 comment('B7') INT(11) 'B7'"`
|
|
|
B8 int `json:"B8" xorm:"default 0 comment('B8') INT(11) 'B8'"`
|
|
B8 int `json:"B8" xorm:"default 0 comment('B8') INT(11) 'B8'"`
|
|
|
|
|
+ Result1 string `json:"Result1" xorm:"comment('业绩评价结果') VARCHAR(255) 'Result1'"`
|
|
|
|
|
+ Result2 string `json:"Result2" xorm:"comment('基本条件评价结果') VARCHAR(255) 'Result2'"`
|
|
|
}
|
|
}
|
|
|
type OilContractComputeSumScoreVo struct {
|
|
type OilContractComputeSumScoreVo struct {
|
|
|
SupplierId int `json:"SupplierId"`
|
|
SupplierId int `json:"SupplierId"`
|