物接入代码调整
This commit is contained in:
@@ -22,6 +22,12 @@ public class DataGroupParam {
|
||||
@ApiModelProperty(value = "分组名称")
|
||||
private String name;
|
||||
|
||||
@ApiModelProperty(value = "统计方式")
|
||||
private String statMethod;
|
||||
|
||||
@ApiModelProperty(value = "相别")
|
||||
private String phase;
|
||||
|
||||
@ApiModelProperty(value = "排序")
|
||||
private Integer sort;
|
||||
|
||||
|
||||
@@ -31,6 +31,10 @@ public class DataGroup {
|
||||
*/
|
||||
private String name;
|
||||
|
||||
private String statMethod;
|
||||
|
||||
private String phase;
|
||||
|
||||
private Integer sort;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user