huangjiajun pirms 2 dienas
vecāks
revīzija
8be78e625f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/models/subsidy_store_money.go

+ 1
- 1
src/models/subsidy_store_money.go Parādīt failu

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

type SubsidyStoreMoney struct {
Id int `json:"id" xorm:"not null pk default 0 INT(11)"`
Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
StoreId int `json:"store_id" xorm:"INT(11)"`
MerchantId int `json:"merchant_id" xorm:"default 0 INT(11)"`
Amount string `json:"amount" xorm:"default 0.00 DECIMAL(20,2)"`


Notiek ielāde…
Atcelt
Saglabāt