1.终端状态统计

This commit is contained in:
njcn_dhj
2022-08-26 13:57:03 +08:00
parent 8e0ae10160
commit fda3b2c172
2 changed files with 79 additions and 17 deletions

View File

@@ -27,4 +27,7 @@ public class PulicTimeParam {
@Pattern(regexp = PatternRegex.TIME_FORMAT, message = "时间格式错误")
private String searchEndTime;
@ApiModelProperty("时间标识:0--年/季度1--月")
private Integer timeFlag;
}