每月流量统计

This commit is contained in:
zhuxinyu
2023-04-10 20:31:45 +08:00
parent 35f7f13154
commit 9199a7c763
7 changed files with 45 additions and 8 deletions

View File

@@ -12,6 +12,8 @@ import lombok.NoArgsConstructor;
@NoArgsConstructor
@EqualsAndHashCode(callSuper = true)
public class PqsParam extends DeviceInfoParam.BusinessParam {
@ApiModelProperty("装置id")
private String devId;
@ApiModelProperty("当前页码")
private Integer pageNum;
@ApiModelProperty("当前页条数")