后台资产展示代码
parent
6a6d939fa5
commit
58608c92fe
|
@ -63,7 +63,7 @@ public class Children extends BaseEntity {
|
|||
* 数据源
|
||||
*/
|
||||
@Excel(name = "数据源id")
|
||||
private Integer assetId;
|
||||
private Long assetId;
|
||||
|
||||
|
||||
public TableInfoRep tableInfoRep(Children children) {
|
||||
|
|
|
@ -46,7 +46,7 @@ public class TableInfoRep {
|
|||
@Excel(name = "是否核心 'Y'是 'N'不是")
|
||||
private String isCenter;
|
||||
|
||||
private Integer assetId;
|
||||
private Long assetId;
|
||||
|
||||
private List<TableData> tableDataList;
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ import java.util.List;
|
|||
public class TableInfoTreeRep {
|
||||
//主键
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Integer id;
|
||||
private Long id;
|
||||
|
||||
private Children children;
|
||||
|
||||
|
|
Loading…
Reference in New Issue