|
|
@@ -76,6 +76,7 @@ type OilSupplier struct {
|
|
|
ModifiedUserId int `xorm:"INT(10)"`
|
|
|
ModifiedBy string `xorm:"VARCHAR(50)"`
|
|
|
PACNumber string `xorm:"comment('中石油准入证编号') VARCHAR(50)"`
|
|
|
+ SupplierCertificate string `xorm:"comment('中石油物资供应商证书') VARCHAR(200)"`
|
|
|
}
|
|
|
|
|
|
type OilSupplierView struct {
|
|
|
@@ -122,7 +123,6 @@ type OilSupplierView struct {
|
|
|
InternalFlag string `xorm:"comment('国内采购') VARCHAR(255)"`
|
|
|
ImportFlag string `xorm:"comment('进口采购') VARCHAR(255)"`
|
|
|
OutsideFlog string `xorm:"comment('境外项目') VARCHAR(255)"`
|
|
|
- Remark string `xorm:"comment('备注') VARCHAR(500)"`
|
|
|
ThirdAudit string `xorm:"comment('备注') VARCHAR(500)"`
|
|
|
IsDelete int `xorm:"default 0 comment('删除状态,0正常,1已删除') INT(10)"`
|
|
|
CommitComId string `xorm:"default '0' comment('提交二级单位Id') VARCHAR(50)"`
|