模板增加一次值、二次值标识

This commit is contained in:
xy
2024-08-09 08:39:56 +08:00
parent 48ee232a0b
commit 4b37b40e84
3 changed files with 6 additions and 4 deletions

View File

@@ -75,4 +75,9 @@ public class CsDataSet extends BaseEntity {
*/
private String dataList;
/**
* 数据类型 一次值||二次值
*/
private String dataLevel;
}