1.监测点表新增两个字段
2.无线bug提交
This commit is contained in:
@@ -44,6 +44,16 @@ public class CsLinePO extends BaseEntity {
|
||||
@TableField(value = "`position`")
|
||||
private String position;
|
||||
|
||||
/**
|
||||
* 数据集id
|
||||
*/
|
||||
private String dataSetId;
|
||||
|
||||
/**
|
||||
* 模板id
|
||||
*/
|
||||
private String dataModelId;
|
||||
|
||||
/**
|
||||
* 电压等级
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user