liuxiaolong
2019-07-25 f88a44f58396fb36a979cfe5640a36d6ac2d7289
models/model.go
@@ -6,7 +6,7 @@
   Id         string `gorm:"primary_key" json:"id" example:"XeW0HmoBevddG23Ild5o"`
   CreateTime string `json:"createTime,omitempty" example:""`
   UpdateTime string `json:"updateTime,omitempty" example:""`
   CreateBy   string `json:"createBy" example:""`
   CreateBy   string `json:"createBy,omitempty" example:""`
   IsDelete   int    `json:"isDelete" example:"0 未删除 1已删除"`
   Enable     int    `json:"enable" example:" 1生效 0未生效"`
}