3 Star 2 Fork 1

fotomxq/weeekj_core

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
fields_purchase_analysis.go 678 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘云 提交于 2024-03-31 22:53 +08:00 . 删除周食谱,采购台账多余RawOrgID设计
package RestaurantPurchase
import "time"
// FieldsPurchaseAnalysis 原材料采购台账
type FieldsPurchaseAnalysis struct {
// ID
ID int64 `db:"id" json:"id" check:"id"`
//创建时间
CreateAt time.Time `db:"create_at" json:"createAt"`
//更新时间
UpdateAt time.Time `db:"update_at" json:"updateAt"`
//删除时间
DeleteAt time.Time `db:"delete_at" json:"deleteAt"`
//发生采购时间
PurchaseAt time.Time `db:"purchase_at" json:"purchaseAt"`
//分公司ID
OrgID int64 `db:"org_id" json:"orgID" check:"id"`
//门店ID
StoreID int64 `db:"store_id" json:"storeID" check:"id"`
//名称
Name string `db:"name" json:"name" check:"des" min:"1" max:"300"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/fotomxq/weeekj_core.git
git@gitee.com:fotomxq/weeekj_core.git
fotomxq
weeekj_core
weeekj_core
v5.3.96

搜索帮助