## Feat - 收益区域
This commit is contained in:
parent
6e1d9164c1
commit
87afd7eb1f
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue