fix: close platform admin final audit findings
This commit is contained in:
@@ -4,7 +4,7 @@ import "git.apinb.com/bsm-sdk/core/database"
|
||||
|
||||
// GasBasic 对应 gas_basic,保存可燃气体站的主体主档案。
|
||||
type GasBasic struct {
|
||||
Entity
|
||||
Entity // 公共实体字段
|
||||
Code string `gorm:"column:code;type:varchar(32);not null;uniqueIndex" json:"code"` // 站点编码
|
||||
Name string `gorm:"column:name;type:varchar(128);not null" json:"name"` // 站点名称
|
||||
CreditCode string `gorm:"column:credit_code;type:varchar(64);not null;default:''" json:"credit_code"` // 统一社会信用代码
|
||||
|
||||
Reference in New Issue
Block a user