44323
2023-11-24 ae9bfd2d66f68a553786ac78b12f4390e65e4e09
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;