Compare commits

..

No commits in common. "033e5825601ca0af589d101109925790aedaae5a" and "5cb1d2bd9c39fa8417d0bb75406746950fb9ae99" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -269,13 +269,11 @@ public class ElderInfo implements Serializable {
/**
* 有效开始日期
*/
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern = "yyyy-MM-dd")
private java.util.Date startTime;
/**
* 有效结束日期
*/
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern = "yyyy-MM-dd")
private java.util.Date endTime;
/**