无关风月
2024-09-24 61bbd595ee2bc3c67b40878894dcc07174c6eea6
cloud-server-other/src/main/java/com/dsh/other/feignclient/model/BillingDataRequestVo.java
@@ -10,10 +10,10 @@
public class BillingDataRequestVo {
    @ApiModelProperty(value = "开始时间")
    private Date monthStart = null;
    private String monthStart = null;
    @ApiModelProperty(value = "结束时间时间")
    private Date monthEnd = null;
    private String monthEnd = null;
    @ApiModelProperty(value = "用户id")
    private Integer appUserId;