|
@@ -72,6 +72,9 @@ public class IotMainModel extends SuperModel {
|
|
|
@Schema(description = "数据类型,number、Boolean、String 等")
|
|
@Schema(description = "数据类型,number、Boolean、String 等")
|
|
|
private DataType dataType;
|
|
private DataType dataType;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "元素类型,只有 dataType=Array才使用")
|
|
|
|
|
+ private DataType elementType;
|
|
|
|
|
+
|
|
|
private String dataTypeStr;
|
|
private String dataTypeStr;
|
|
|
|
|
|
|
|
public String getDataTypeStr() {
|
|
public String getDataTypeStr() {
|