Commit 92c963d6 authored by hezhuozhi's avatar hezhuozhi

人员资质超期问题页面调整

parent 16d54b6b
...@@ -134,6 +134,7 @@ public class TzsUserInfoVo { ...@@ -134,6 +134,7 @@ public class TzsUserInfoVo {
@ApiModelProperty(value = "设备类型") @ApiModelProperty(value = "设备类型")
private JSONArray equipType; private JSONArray equipType;
@ApiModelProperty(value = "设备类型名称")
private String equipTypeName; private String equipTypeName;
/** /**
...@@ -157,5 +158,7 @@ public class TzsUserInfoVo { ...@@ -157,5 +158,7 @@ public class TzsUserInfoVo {
* 职称 * 职称
*/ */
private String jobTitle; private String jobTitle;
@ApiModelProperty(value = "人员类型名称")
private String postName; private String postName;
} }
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