554325746@qq.com
2019-07-05 d83f5863d6c675d6aed09cfe7bfdaadc0c6221d9
models/model.go
@@ -7,8 +7,8 @@
   CreateTime string `json:"createTime,omitempty" example:""`
   UpdateTime string `json:"updateTime,omitempty" example:""`
   CreateBy   string `json:"createBy,omitempty" example:""`
   IsDelete   int    `json:"isDelete,omitempty" example:"0 未删除 1已删除"`
   Enable     int    `json:"enable,omitempty" example:" 1生效 0未生效"`
   IsDelete   int    `json:"isDelete" example:"0 未删除 1已删除"`
   Enable     int    `json:"enable" example:" 1生效 0未生效"`
}
func (dp *BaseEntity) PriInsert() {