|
|
|
@ -21,7 +21,7 @@ import lombok.experimental.Accessors;
@@ -21,7 +21,7 @@ import lombok.experimental.Accessors;
|
|
|
|
|
@Data |
|
|
|
|
@EqualsAndHashCode(callSuper = false) |
|
|
|
|
@Accessors(chain = true) |
|
|
|
|
@TableName(value = "sys_gencode_template_obj", excludeProperty = { "createById", "createByName", "createTime", "updateById", "updateByName", "updateTime" }) |
|
|
|
|
@TableName(value = "sys_gencode_template_obj", excludeProperty = { "createById", "createByName", "createTime", "updateById", "updateByName", "updateTime", "delFlag" }) |
|
|
|
|
@ApiModel(value = "GencodeTemplateObj对象", description = "模板实体") |
|
|
|
|
public class GencodeTemplateObj extends CommonEntity { |
|
|
|
|
|
|
|
|
|