liujiandao
2023-10-11 34ef7217a034599217a7fdd1e28e1ae6910e1b4b
model/masterOrder.go
@@ -17,6 +17,7 @@
      StartTime  *CustomTime `json:"start_time" gorm:"column:start_time;type:datetime;comment:开始时间"`
      EndTime    *CustomTime `json:"end_time" gorm:"column:end_time;type:datetime;comment:结束时间"`
      Money      float64     `json:"money" gorm:"column:money;type:decimal(10,2);comment:总金额"`
      CodeStandID string      `json:"codeStandID" gorm:"column:code_stand_id;type:varchar(255);comment:编码id"`
      gorm.Model `json:"-"`
   }