style: ne_license字段说明
This commit is contained in:
@@ -9,7 +9,7 @@ type NeLicense struct {
|
|||||||
LicensePath string `json:"licensePath" gorm:"license_path"` // 激活授权文件
|
LicensePath string `json:"licensePath" gorm:"license_path"` // 激活授权文件
|
||||||
SerialNum string `json:"serialNum" gorm:"serial_num"` // 序列号
|
SerialNum string `json:"serialNum" gorm:"serial_num"` // 序列号
|
||||||
ExpiryDate string `json:"expiryDate" gorm:"expiry_date"` // 许可证到期日期
|
ExpiryDate string `json:"expiryDate" gorm:"expiry_date"` // 许可证到期日期
|
||||||
Status string `json:"status" gorm:"status"` // 状态 0无效 1有效 ''ACTIVE'',''INACTIVE'',''PENDING''
|
Status string `json:"status" gorm:"status"` // 状态 0无效 1有效
|
||||||
Remark string `json:"remark" gorm:"remark"` // 备注
|
Remark string `json:"remark" gorm:"remark"` // 备注
|
||||||
CreateBy string `json:"createBy" gorm:"create_by"` // 创建者
|
CreateBy string `json:"createBy" gorm:"create_by"` // 创建者
|
||||||
CreateTime int64 `json:"createTime" gorm:"create_time"` // 创建时间
|
CreateTime int64 `json:"createTime" gorm:"create_time"` // 创建时间
|
||||||
|
|||||||
Reference in New Issue
Block a user