fix:修复 资产模型基本信息 资产模型详细信息 之间的传值问题
commit
d815d6f513
|
@ -35,7 +35,7 @@ public class DatabaseTableModel {
|
||||||
private String type;
|
private String type;
|
||||||
|
|
||||||
/**字段类型*/
|
/**字段类型*/
|
||||||
private String detailName;
|
private String detailType;
|
||||||
|
|
||||||
/**长度*/
|
/**长度*/
|
||||||
private Integer length;
|
private Integer length;
|
||||||
|
|
Loading…
Reference in New Issue