1、修改人员类型
parent
fa24b15983
commit
defec9effa
|
|
@ -50,7 +50,7 @@ public class UserCertificatePageQry extends PageQuery {
|
||||||
* 人员类型
|
* 人员类型
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "人员类型 1-特种作业,2-特种设备,3-主要负责人,4-安全生产管理人员", name = "eqType")
|
@ApiModelProperty(value = "人员类型 1-特种作业,2-特种设备,3-主要负责人,4-安全生产管理人员", name = "eqType")
|
||||||
private Integer eqType;
|
private String eqType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 企业ID
|
* 企业ID
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ public class UserCertificateE extends BaseE {
|
||||||
//用户id
|
//用户id
|
||||||
private Long userId;
|
private Long userId;
|
||||||
//1-特种作业,2-特种设备,3-主要负责人,4-安全生产管理人员
|
//1-特种作业,2-特种设备,3-主要负责人,4-安全生产管理人员
|
||||||
private Integer type;
|
private String type;
|
||||||
//证书名称
|
//证书名称
|
||||||
private String certificateName;
|
private String certificateName;
|
||||||
//证书编号
|
//证书编号
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue