MrShi
2025-05-21 e5e5a84d84e7a2b4715bd58096043e565ae0e107
server/visits/dmvisit_service/src/main/java/com/doumee/dao/openapi/request/WaterByMonthRequest.java
@@ -18,8 +18,10 @@
 */
@Data
@ApiModel("本月、上月、去年同月用水量请求参数")
public class WaterByMonthRequest {
public class WaterByMonthRequest extends HkBaseTokenRequest{
    @ApiModelProperty(value = "年月信息,格式:yyyy-MM",example = "2024-08")
    @JsonFormat(pattern = "yyyy-MM")
    private Date timeInfo;
}