|
|
|
@ -165,6 +165,13 @@ public class BPlanEnterpriseResponse extends BaseEntity {
|
|
|
|
|
private String lawHierarchy;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 执法排序
|
|
|
|
|
*/
|
|
|
|
|
@Excel(name = "执法排序")
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "执法排序")
|
|
|
|
|
private Long lawSort;
|
|
|
|
|
/**
|
|
|
|
|
* 0:草稿 1:正式
|
|
|
|
|
*/
|
|
|
|
@ -180,11 +187,7 @@ public class BPlanEnterpriseResponse extends BaseEntity {
|
|
|
|
|
private String entprName;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 执法排序
|
|
|
|
|
*/
|
|
|
|
|
@ApiModelProperty(value = "执法排序")
|
|
|
|
|
private Long lawSort;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|