## Feat - 收益区域
This commit is contained in:
parent
bfd197b746
commit
6449000ebb
|
@ -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