Browse Source

update

master
dengbiao 2 months ago
parent
commit
5e4000e893
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/models/official/model/master_guide_order_statistics.go

+ 1
- 0
src/models/official/model/master_guide_order_statistics.go View File

@@ -18,4 +18,5 @@ type MasterGuideOrderStatistics struct {
Date string `json:"date" xorm:"not null default '0000-00-00' comment('统计时间') VARCHAR(50)"` Date string `json:"date" xorm:"not null default '0000-00-00' comment('统计时间') VARCHAR(50)"`
CreateAt string `json:"create_at" xorm:"not null default 'CURRENT_TIMESTAMP' TIMESTAMP"` CreateAt string `json:"create_at" xorm:"not null default 'CURRENT_TIMESTAMP' TIMESTAMP"`
UpdateAt string `json:"update_at" xorm:"default 'CURRENT_TIMESTAMP' TIMESTAMP"` UpdateAt string `json:"update_at" xorm:"default 'CURRENT_TIMESTAMP' TIMESTAMP"`
EffectivePaymentTotal string `json:"effective_payment_total" xorm:"not null default 0.0000 comment('有效付款金额(元)') DECIMAL(10,4)"`
} }

Loading…
Cancel
Save