员工账号字段类型统一
This commit is contained in:
parent
f262aafb28
commit
8e30906499
|
|
@ -59,7 +59,7 @@ public class ShopStaff implements Serializable {
|
|||
/**
|
||||
* 1启用0不启用
|
||||
*/
|
||||
private Boolean status;
|
||||
private Integer status;
|
||||
|
||||
/**
|
||||
* shopId
|
||||
|
|
|
|||
Loading…
Reference in New Issue