新增数据集接线方式

This commit is contained in:
xy
2024-11-28 16:40:24 +08:00
parent 1f451f9d0e
commit ea3cff888b

View File

@@ -80,4 +80,8 @@ public class CsDataSet extends BaseEntity {
*/ */
private String dataLevel; private String dataLevel;
/**
* 接线方式
*/
private Integer conType;
} }