From b488f0e28d6cebff227513fb763cc6dfba9fcbc6 Mon Sep 17 00:00:00 2001 From: yangduo Date: Tue, 16 Jul 2024 15:33:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/adminserver/model/system/goldbullion.go | 6 +++--- server/adminserver/model/system/mallitem.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/adminserver/model/system/goldbullion.go b/server/adminserver/model/system/goldbullion.go index b5c05cbe..ed735805 100644 --- a/server/adminserver/model/system/goldbullion.go +++ b/server/adminserver/model/system/goldbullion.go @@ -15,13 +15,13 @@ type GoldBullion struct { Gold int `gorm:"comment:金币" json:"gold"` Status int `gorm:"comment:状态 0:初始 1:已开" json:"status"` Open_status int `gorm:"comment:1: 已发送 2:未发送 3:已领取" json:"open_status"` - Open_address string `gorm:"comment:1: open_address" json:"open_address"` + Open_address string `gorm:"comment:open_address" json:"open_address"` Open_time int `gorm:"comment:open_time" json:"open_time"` Open_account_id string `gorm:"comment:open账号id(channel + '_' + gameid + '_' + openid)" json:"open_account_id"` - Open_uniqid string `gorm:"comment:1: 开启的本次唯一id" json:"open_uniqid"` + Open_uniqid string `gorm:"comment:开启的本次唯一id" json:"open_uniqid"` Returned int `gorm:"comment:是否已超时返还" json:"returned"` Return_time int `gorm:"comment:返还时间" json:"return_time"` - Activated int `gorm:"comment:是否已上连" json:"activated"` + Activated int `gorm:"comment:是否已上链" json:"activated"` Activated_time int `gorm:"comment:上链时间" json:"activated_time"` Createtime int `gorm:"comment:创建时间" json:"createtime"` Modifytime int `gorm:"comment:修改时间" json:"modifytime"` diff --git a/server/adminserver/model/system/mallitem.go b/server/adminserver/model/system/mallitem.go index 8e8bb488..2fece2a0 100644 --- a/server/adminserver/model/system/mallitem.go +++ b/server/adminserver/model/system/mallitem.go @@ -22,7 +22,7 @@ type MallItem struct { Createtime int `gorm:"comment:创建时间" json:"createtime"` Modifytime int `gorm:"comment:修改时间" json:"modifytime"` Order1 int `gorm:"comment:品质排序" json:"order1"` - Unit_price int `gorm:"comment:unit_price" json:"unit_price"` + Unit_price int `gorm:"comment:单价" json:"unit_price"` } func (gb *MallItem) TableName() string {