|
|
@@ -246,6 +246,10 @@ public class StaffResponse extends PageInfo<StaffResponse> implements Serializab
|
|
|
|
|
|
@ApiModelProperty(value = "默认仓库全称")
|
|
|
private String defaultWhName;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "业务部门标识")
|
|
|
+ private Boolean flgBusiness;
|
|
|
+
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
}
|