refactor(entity): 移除SmsBirthday实体中的创建日期字段- 删除了CREATE_TM字段

master
李一帆 2025-09-25 15:32:13 +08:00
parent f9450c9ffc
commit 22b0ae5c30
1 changed files with 0 additions and 7 deletions

View File

@ -55,11 +55,4 @@ public class SmsBirthday implements Serializable {
@TableField("TEMPLATE")
@ApiModelProperty(value = "模板")
private String template;
/**
*
*/
@TableField("CREATE_TM")
@ApiModelProperty(value = "创建日期")
private Date createTm;
}