物接入代码调整

This commit is contained in:
2022-07-01 16:04:19 +08:00
parent 4eac5c3028
commit d734473038
6 changed files with 144 additions and 1 deletions

View File

@@ -31,6 +31,10 @@ public class DataGroup {
*/
private String name;
private String statMethod;
private String phase;
private Integer sort;
}