|
@@ -88,6 +88,8 @@ type PurchaseBill struct {
|
|
AckTime time.Time `bson:"ackTime,omitempty" json:"ackTime"`
|
|
AckTime time.Time `bson:"ackTime,omitempty" json:"ackTime"`
|
|
|
|
|
|
CompProduceName string `bson:"compProduceName,omitempty" json:"compProduceName"`
|
|
CompProduceName string `bson:"compProduceName,omitempty" json:"compProduceName"`
|
|
|
|
+
|
|
|
|
+ SupplierRemark string `bson:"supplierRemark,omitempty" json:"supplierRemark"`
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -166,6 +168,9 @@ type ProduceBill struct {
|
|
|
|
|
|
SerialNumber string `bson:"serialNumber,omitempty" json:"serialNumber"`
|
|
SerialNumber string `bson:"serialNumber,omitempty" json:"serialNumber"`
|
|
|
|
|
|
|
|
+
|
|
|
|
+ Remark string `bson:"remark,omitempty" json:"remark"`
|
|
|
|
+
|
|
IsPrint bool `bson:"isPrint,omitempty" json:"isPrint"`
|
|
IsPrint bool `bson:"isPrint,omitempty" json:"isPrint"`
|
|
IsLam bool `bson:"isLam,omitempty" json:"isLam"`
|
|
IsLam bool `bson:"isLam,omitempty" json:"isLam"`
|
|
|
|
|
|
@@ -180,6 +185,8 @@ type ProduceBill struct {
|
|
AckTime time.Time `bson:"ackTime,omitempty" json:"ackTime"`
|
|
AckTime time.Time `bson:"ackTime,omitempty" json:"ackTime"`
|
|
|
|
|
|
CompProduceName string `bson:"compProduceName,omitempty" json:"compProduceName"`
|
|
CompProduceName string `bson:"compProduceName,omitempty" json:"compProduceName"`
|
|
|
|
+
|
|
|
|
+ SupplierRemark string `bson:"supplierRemark,omitempty" json:"supplierRemark"`
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -231,6 +238,8 @@ type ProductBill struct {
|
|
AckTime time.Time `bson:"ackTime,omitempty" json:"ackTime"`
|
|
AckTime time.Time `bson:"ackTime,omitempty" json:"ackTime"`
|
|
|
|
|
|
CompProduceName string `bson:"compProduceName,omitempty" json:"compProduceName"`
|
|
CompProduceName string `bson:"compProduceName,omitempty" json:"compProduceName"`
|
|
|
|
+
|
|
|
|
+ SupplierRemark string `bson:"supplierRemark,omitempty" json:"supplierRemark"`
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|