update mes工序关联人员加类型

master
yinq 3 days ago
parent e3fabbf5dc
commit c9dd53da27

@ -40,6 +40,11 @@ public class ProdBaseProcessUser {
*/ */
private String userName; private String userName;
/**
* 1 2
*/
private String userType;
/*删除继承BaseEntity*/ /*删除继承BaseEntity*/
/** /**

@ -45,6 +45,11 @@ public class ProdBaseProcessUserBo {
*/ */
private String userName; private String userName;
/**
* 1 2
*/
private String userType;
/** /**
* *
*/ */

@ -52,6 +52,11 @@ public class ProdBaseProcessUserVo implements Serializable {
@ExcelProperty(value = "用户名称") @ExcelProperty(value = "用户名称")
private String userName; private String userName;
/**
* 1 2
*/
private String userType;
/** /**
* *
*/ */

Loading…
Cancel
Save