fix: close platform admin final audit findings
This commit is contained in:
@@ -4,7 +4,7 @@ import "git.apinb.com/bsm-sdk/core/database"
|
||||
|
||||
// DeliveryBasic 对应 delivery_basic,保存配送点主档案。
|
||||
type DeliveryBasic struct {
|
||||
Entity
|
||||
Entity // 公共实体字段
|
||||
DeliveryCode string `gorm:"column:delivery_code;type:varchar(32);not null;uniqueIndex" json:"delivery_code"` // 配送点编码
|
||||
GasBasicID uint64 `gorm:"column:gas_basic_id;not null;default:0;index" json:"gas_basic_id"` // 所属可燃气体站自增主键,0 表示平台直属
|
||||
Name string `gorm:"column:name;type:varchar(128);not null" json:"name"` // 配送点名称
|
||||
|
||||
Reference in New Issue
Block a user