|
@@ -14,14 +14,12 @@ public class LawenforcementViewBO extends BaseBusinessEntity {
|
|
|
|
|
|
private String personName;// 执法人员
|
|
|
|
|
|
+ private String personCode;// 编号
|
|
|
+
|
|
|
private String objName;// 检查对象名称
|
|
|
|
|
|
private String objCode;// 检查对象代码
|
|
|
|
|
|
- private String objPhone;// 检查对象电话
|
|
|
-
|
|
|
- private String objType;// 检查对象类型lawenforcement_objType
|
|
|
-
|
|
|
private String subitemName;// 事务类型
|
|
|
|
|
|
private String startDate;// 开始日期
|