소스 검색

test

tags/v4.3.1
huangjiajun 1 년 전
부모
커밋
97a384e2f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      db/model/mall_ord_capital_pool_total.go

+ 1
- 1
db/model/mall_ord_capital_pool_total.go 파일 보기

@@ -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)"`


불러오는 중...
취소
저장