@@ -75,7 +75,7 @@ public class UserAccountVo {
/**
* 1人员初级洗消站 2净区 3人员二级洗消站 4场内 5生产区 6车辆初级洗消站 7车辆二级洗消站 8中转料塔外围 9车辆三级洗消站 10销售中转站 11环保区洗消中心 12环保区净区 13洗消中心净区
*/
- private Integer workLocationType;
+ private String workLocationType;
private String farmId;
}