Parcourir la source

test

tags/v4.3.1
huangjiajun il y a 1 an
Parent
révision
97a384e2f2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      db/model/mall_ord_capital_pool_total.go

+ 1
- 1
db/model/mall_ord_capital_pool_total.go Voir le fichier

@@ -5,7 +5,7 @@ import (
)

type MallOrdCapitalPoolTotal struct {
Id int `json:"id" xorm:"not null pk INT(11)"`
Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
Uid int `json:"uid" xorm:"default 0 INT(11)"`
Price string `json:"price" xorm:"default 0.0000 DECIMAL(20,4)"`
LeavePrice string `json:"leave_price" xorm:"default 0.0000 DECIMAL(20,4)"`


Chargement…
Annuler
Enregistrer