|
@@ -20,7 +20,7 @@ type SettleAccountBill struct {
|
|
|
ActualVerificationDate *gtime.Time `orm:"ActualVerificationDate" json:"actual_verification_date"` // 实际核销时间
|
|
ActualVerificationDate *gtime.Time `orm:"ActualVerificationDate" json:"actual_verification_date"` // 实际核销时间
|
|
|
ActualVerificationUser int `orm:"ActualVerificationUser" json:"actual_verification_user"` // 实际核销人
|
|
ActualVerificationUser int `orm:"ActualVerificationUser" json:"actual_verification_user"` // 实际核销人
|
|
|
VerificationUserId int `orm:"VerificationUserId" json:"verification_user_id"` // 核销人Id
|
|
VerificationUserId int `orm:"VerificationUserId" json:"verification_user_id"` // 核销人Id
|
|
|
- VerificationUser int `orm:"VerificationUser" json:"verification_user"` // 核销人
|
|
|
|
|
|
|
+ VerificationUser string `orm:"VerificationUser" json:"verification_user"` // 核销人
|
|
|
VerificationDate *gtime.Time `orm:"VerificationDate" json:"verification_date"` // 完成核销时间
|
|
VerificationDate *gtime.Time `orm:"VerificationDate" json:"verification_date"` // 完成核销时间
|
|
|
CreateUserId int `orm:"CreateUserId" json:"create_user_id"` //
|
|
CreateUserId int `orm:"CreateUserId" json:"create_user_id"` //
|
|
|
CreateBy string `orm:"CreateBy" json:"create_by"` //
|
|
CreateBy string `orm:"CreateBy" json:"create_by"` //
|
|
@@ -34,7 +34,7 @@ type SettleAccountBill struct {
|
|
|
SettleUser string `orm:"SettleUser" json:"settle_user"` // 结算人
|
|
SettleUser string `orm:"SettleUser" json:"settle_user"` // 结算人
|
|
|
SettleDate *gtime.Time `orm:"SettleDate" json:"settle_date"` // 结算时间
|
|
SettleDate *gtime.Time `orm:"SettleDate" json:"settle_date"` // 结算时间
|
|
|
DeductMoneyUserId int `orm:"DeductMoneyUserId" json:"deduct_money_user_id"` // 扣款人Id
|
|
DeductMoneyUserId int `orm:"DeductMoneyUserId" json:"deduct_money_user_id"` // 扣款人Id
|
|
|
- DeductMoneyUser int `orm:"DeductMoneyUser" json:"deduct_money_user"` // 扣款人
|
|
|
|
|
|
|
+ DeductMoneyUser string `orm:"DeductMoneyUser" json:"deduct_money_user"` // 扣款人
|
|
|
DeductMoneyDate *gtime.Time `orm:"DeductMoneyDate" json:"deduct_money_date"` // 扣款时间
|
|
DeductMoneyDate *gtime.Time `orm:"DeductMoneyDate" json:"deduct_money_date"` // 扣款时间
|
|
|
Remark string `orm:"Remark" json:"remark"` // 备注
|
|
Remark string `orm:"Remark" json:"remark"` // 备注
|
|
|
UpdateUserId int `orm:"UpdateUserId" json:"update_user_id"` // 更新者ID
|
|
UpdateUserId int `orm:"UpdateUserId" json:"update_user_id"` // 更新者ID
|