Explorar el Código

更新

master
huangjiajun hace 3 semanas
padre
commit
5676d4b843
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/models/service_award_return_flow.go

+ 1
- 0
src/models/service_award_return_flow.go Ver fichero

@@ -11,6 +11,7 @@ type ServiceAwardReturnFlow struct {
UpdateTime time.Time `json:"update_time" xorm:"DATETIME"`
Sum string `json:"sum" xorm:"default 0.0000 comment('总待返') DECIMAL(30,4)"`
HasReturnMoney string `json:"has_return_money" xorm:"default 0.0000 comment('已返') DECIMAL(30,4)"`
Price string `json:"price" xorm:"default 0.0000 comment('') DECIMAL(30,4)"`
Period int `json:"period" xorm:"default 0 comment('期数') INT(11)"`
EveryMoney string `json:"every_money" xorm:"default 0.0000 comment('平均分配金额') DECIMAL(30,4)"`
HasPeriod int `json:"has_period" xorm:"default 0 comment('已返期数') INT(11)"`


Cargando…
Cancelar
Guardar