指标字典功能调整

This commit is contained in:
2023-06-01 14:49:36 +08:00
parent 074a2ae28d
commit dc25ee0ec3
4 changed files with 6 additions and 7 deletions

View File

@@ -26,7 +26,6 @@ public class EleEpdPqd {
/**
* 数据名称
*/
@MppMultiId(value = "name")
private String name;
/**
@@ -52,7 +51,6 @@ public class EleEpdPqd {
/**
* 相别
*/
@MppMultiId(value = "phase")
private String phase;
/**
@@ -88,7 +86,6 @@ public class EleEpdPqd {
/**
* 数据类型(epd、pqd...)
*/
@MppMultiId(value = "data_type")
private String dataType;
/**