修改导出和排序

main
dongdingding 1 year ago
parent dffaf70ba2
commit da51daaf8e

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

Loading…
Cancel
Save