mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 05:48:13 +08:00
refactor: 支持过滤未发布的资源
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package io.dataease.model;
|
||||
|
||||
import io.dataease.constant.CommonConstants;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serial;
|
||||
@@ -19,4 +20,6 @@ public class BusiNodeRequest implements Serializable {
|
||||
private Integer weight;
|
||||
|
||||
private String sortType;
|
||||
|
||||
private String resourceTable = CommonConstants.RESOURCE_TABLE.CORE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user