|
@@ -10,7 +10,7 @@ type OilSupplierCertSub struct {
|
|
|
SupplierCertId int `xorm:"not null comment('供方准入证书信息表主键') INT(10)"`
|
|
SupplierCertId int `xorm:"not null comment('供方准入证书信息表主键') INT(10)"`
|
|
|
SupplierCertAppendId int `xorm:"not null comment('增项信息表ID') INT(10)"`
|
|
SupplierCertAppendId int `xorm:"not null comment('增项信息表ID') INT(10)"`
|
|
|
GoodsLevel string `xorm:"not null default '' comment('级别')"`
|
|
GoodsLevel string `xorm:"not null default '' comment('级别')"`
|
|
|
- IsManufacturer int `xorm:"not null comment('是否为供应商') INT(11)"`
|
|
|
|
|
|
|
+ IsManufacturer int `xorm:"not null comment('是否为供应商') INT(11)"`
|
|
|
SupplierTypeCode string `xorm:"not null default '' comment('准入类别代码') VARCHAR(5)"`
|
|
SupplierTypeCode string `xorm:"not null default '' comment('准入类别代码') VARCHAR(5)"`
|
|
|
SubClassId int `xorm:"not null comment('分类表主键(物资类或基建类或技术服务类)') INT(10)"`
|
|
SubClassId int `xorm:"not null comment('分类表主键(物资类或基建类或技术服务类)') INT(10)"`
|
|
|
Code string `xorm:"not null default '' comment('分类编码') VARCHAR(8)"`
|
|
Code string `xorm:"not null default '' comment('分类编码') VARCHAR(8)"`
|
|
@@ -57,7 +57,7 @@ type Tmp_OilSupplierCertSub struct {
|
|
|
SupplierCertId int `xorm:"not null comment('供方准入证书信息表主键') INT(10)"`
|
|
SupplierCertId int `xorm:"not null comment('供方准入证书信息表主键') INT(10)"`
|
|
|
SupplierCertAppendId int `xorm:"not null comment('增项信息表ID') INT(10)"`
|
|
SupplierCertAppendId int `xorm:"not null comment('增项信息表ID') INT(10)"`
|
|
|
GoodsLevel string `xorm:"not null default '' comment('级别')"`
|
|
GoodsLevel string `xorm:"not null default '' comment('级别')"`
|
|
|
- IsManufacturer int `xorm:"not null comment('是否为供应商') INT(11)"`
|
|
|
|
|
|
|
+ IsManufacturer int `xorm:"not null comment('是否为供应商') INT(11)"`
|
|
|
SupplierTypeCode string `xorm:"not null default '' comment('准入类别代码') VARCHAR(5)"`
|
|
SupplierTypeCode string `xorm:"not null default '' comment('准入类别代码') VARCHAR(5)"`
|
|
|
SubClassId int `xorm:"not null comment('分类表主键(物资类或基建类或技术服务类)') INT(10)"`
|
|
SubClassId int `xorm:"not null comment('分类表主键(物资类或基建类或技术服务类)') INT(10)"`
|
|
|
Code string `xorm:"not null default '' comment('分类编码') VARCHAR(8)"`
|
|
Code string `xorm:"not null default '' comment('分类编码') VARCHAR(8)"`
|
|
@@ -76,15 +76,15 @@ type Tmp_OilSupplierCertSub struct {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
type goodsChecked struct {
|
|
type goodsChecked struct {
|
|
|
- Id string `json:"id"`
|
|
|
|
|
- Code string
|
|
|
|
|
- Name string
|
|
|
|
|
- CodeName string
|
|
|
|
|
|
|
+ Id string `json:"id"`
|
|
|
|
|
+ Code string
|
|
|
|
|
+ Name string
|
|
|
|
|
+ CodeName string
|
|
|
GoodsLevel string
|
|
GoodsLevel string
|
|
|
}
|
|
}
|
|
|
type SupplierCertSubModel struct {
|
|
type SupplierCertSubModel struct {
|
|
|
CheckList []goodsChecked //批量添加准入范围
|
|
CheckList []goodsChecked //批量添加准入范围
|
|
|
- Id int `xorm:"<- not null pk autoincr INT(10)"`
|
|
|
|
|
|
|
+ Id int `xorm:"<- not null pk autoincr INT(10)"`
|
|
|
SupplierId int
|
|
SupplierId int
|
|
|
SupplierCertId int
|
|
SupplierCertId int
|
|
|
SupplierTypeCode string
|
|
SupplierTypeCode string
|
|
@@ -103,7 +103,7 @@ type techChecked struct {
|
|
|
}
|
|
}
|
|
|
type TechnologySubModel struct {
|
|
type TechnologySubModel struct {
|
|
|
CheckList []techChecked //批量添加准入范围
|
|
CheckList []techChecked //批量添加准入范围
|
|
|
- Id int `xorm:"<- not null pk autoincr INT(10)"`
|
|
|
|
|
|
|
+ Id int `xorm:"<- not null pk autoincr INT(10)"`
|
|
|
SupplierId int
|
|
SupplierId int
|
|
|
SupplierCertId int
|
|
SupplierCertId int
|
|
|
SupplierTypeCode string
|
|
SupplierTypeCode string
|
|
@@ -152,9 +152,6 @@ type OilSupplierOpinion struct {
|
|
|
ModifiedBy string `xorm:"VARCHAR(50)"`
|
|
ModifiedBy string `xorm:"VARCHAR(50)"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
type OilSupplierCert2File struct {
|
|
type OilSupplierCert2File struct {
|
|
|
Id int `xorm:"not null pk autoincr INT(10)"`
|
|
Id int `xorm:"not null pk autoincr INT(10)"`
|
|
|
SupplierId int `xorm:"not null default 0 comment('供方基本信息表主键') INT(10)"`
|
|
SupplierId int `xorm:"not null default 0 comment('供方基本信息表主键') INT(10)"`
|
|
@@ -174,3 +171,32 @@ type OilSupplierCert2File struct {
|
|
|
ModifiedUserId int `xorm:"INT(10)"`
|
|
ModifiedUserId int `xorm:"INT(10)"`
|
|
|
ModifiedBy string `xorm:"VARCHAR(50)"`
|
|
ModifiedBy string `xorm:"VARCHAR(50)"`
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+//对比分析差异表
|
|
|
|
|
+type OilCompare struct {
|
|
|
|
|
+ SortCoding string //分类编码
|
|
|
|
|
+ SortName string //分类名称
|
|
|
|
|
+ Level string //级别
|
|
|
|
|
+ SupplierCode string //供应商编码
|
|
|
|
|
+ SupplierName string //供应商名称
|
|
|
|
|
+ SurplusCount string //管理单位类型
|
|
|
|
|
+ ManagementUnitType string //产品变更类型
|
|
|
|
|
+ EliminationCause string //剔除原因
|
|
|
|
|
+ AccessList string //准入单位
|
|
|
|
|
+ SupplierSubTime string //供应商提交时间
|
|
|
|
|
+ ProductType string //产品类型
|
|
|
|
|
+ Editor string //编辑人
|
|
|
|
|
+ EditingTime string //编辑时间
|
|
|
|
|
+ FlowState string //流程状态
|
|
|
|
|
+ ProcessNotes string //流程备注
|
|
|
|
|
+ Reviewime string //复核时间
|
|
|
|
|
+ Brand string //品牌
|
|
|
|
|
+ WorkCode string //工作单编码
|
|
|
|
|
+ WorkType string //工作单类型
|
|
|
|
|
+ ProductScope string //产品服务范围
|
|
|
|
|
+ IsBid string //是否公开中标
|
|
|
|
|
+ MoreInfo string //备注
|
|
|
|
|
+ ManufacturerCode string //代理的制造商编码
|
|
|
|
|
+ ManufacturerName string //代理的制造商名称
|
|
|
|
|
+ Diff string //是否为比对出的不同项
|
|
|
|
|
+}
|