## Feat - 收益区域

This commit is contained in:
sangelxiu1 2025-07-25 10:30:39 +08:00
parent 6e1d9164c1
commit 87afd7eb1f
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class CuMemberRegion extends BaseEntity {
/** /**
* 生效结束时间 * 生效结束时间
*/ */
@Excel(name = "生效结束时间", dateFormat = "yyyy-MM-dd HH:mm:ss") // @Excel(name = "生效结束时间", dateFormat = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@TableField("EFFECTIVE_END_DATE") @TableField("EFFECTIVE_END_DATE")
private Date effectiveEndDate; private Date effectiveEndDate;