Commit fe4eba5d authored by zhangch's avatar zhangch

vo文件修改

parent b014e686
package com.hungraim.ism.pojo.vo.disable; package com.hungraim.ism.pojo.vo.disable;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data; import lombok.Data;
import java.util.Date; import java.util.Date;
...@@ -28,6 +29,7 @@ public class DisableVO { ...@@ -28,6 +29,7 @@ public class DisableVO {
//联系人姓名 //联系人姓名
private String operName; private String operName;
//年龄 //年龄
@JsonFormat(pattern = "yyyy-MM-dd")
private Date birthday; private Date birthday;
//性别 //性别
private String gender; private String gender;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment