提交
This commit is contained in:
@@ -37,6 +37,10 @@ public class CsPagePO extends BaseEntity {
|
||||
*/
|
||||
@TableField(value = "`name`")
|
||||
private String name;
|
||||
/*排序id
|
||||
* */
|
||||
@TableField(value = "k_id")
|
||||
private String kId;
|
||||
|
||||
/**
|
||||
* 组态页面文件路径
|
||||
@@ -57,6 +61,7 @@ public class CsPagePO extends BaseEntity {
|
||||
public static final String COL_PID = "pid";
|
||||
|
||||
public static final String COL_NAME = "name";
|
||||
public static final String COL_KID = "k_id";
|
||||
|
||||
public static final String COL_PATH = "path";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user