|
@@ -32,20 +32,6 @@ public class BaseLocation implements Serializable {
|
|
*/
|
|
*/
|
|
private String locationName;
|
|
private String locationName;
|
|
|
|
|
|
- /**
|
|
|
|
- * pcr 次数
|
|
|
|
- */
|
|
|
|
- private Integer pcrNum;
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * 洗消次数
|
|
|
|
- */
|
|
|
|
- private Integer washNum;
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * 洗澡次数
|
|
|
|
- */
|
|
|
|
- private Integer batheNum;
|
|
|
|
|
|
|
|
private Integer farmId;
|
|
private Integer farmId;
|
|
|
|
|
|
@@ -53,6 +39,15 @@ public class BaseLocation implements Serializable {
|
|
* 0检测地点,1 工作地点
|
|
* 0检测地点,1 工作地点
|
|
*/
|
|
*/
|
|
private Integer locationType;
|
|
private Integer locationType;
|
|
|
|
+ private String parentIds;
|
|
|
|
+ private Integer parentId;
|
|
|
|
+ /*
|
|
|
|
+ * @Author : yxx
|
|
|
|
+ * @Date : 来访类型 0人员 1环保车 2拉猪车 3饲料车 4送猪车 5物资车 6送餐
|
|
|
|
+ * @Time : 10:03
|
|
|
|
+ */
|
|
|
|
+ private Integer vistitType;
|
|
|
|
+
|
|
|
|
|
|
// private Integer processId;
|
|
// private Integer processId;
|
|
|
|
|