feat: 物模型添加 描述和单位字段
parent
c8b891d1c1
commit
79ba8beeb3
|
@ -62,6 +62,12 @@ public class ThingModel extends TenantModel implements Id<Long>, Serializable {
|
|||
private DataType dataType;
|
||||
private String name;
|
||||
private String accessMode = "rw";
|
||||
|
||||
// 描述
|
||||
private String description;
|
||||
|
||||
// 单位
|
||||
private String unit;
|
||||
}
|
||||
|
||||
@Data
|
||||
|
|
Loading…
Reference in New Issue