初步实现门店的逻辑代码
This commit is contained in:
@ -19,7 +19,7 @@ type Stores struct {
|
||||
Address interface{} // 门店地址
|
||||
ContactName interface{} // 联系人姓名
|
||||
ContactPhone interface{} // 联系人电话
|
||||
Status interface{} // 状态:1=正常营业,2=暂停营业,3=已关闭
|
||||
Status interface{} // 状态:1=正常营业,2=暂停营业
|
||||
CreatedAt *gtime.Time // 创建时间
|
||||
UpdatedAt *gtime.Time // 更新时间
|
||||
DeletedAt *gtime.Time // 软删除时间戳
|
||||
|
||||
Reference in New Issue
Block a user