nickchange
2023-11-27 4d17e9219dfeb41db32e82340ec9af9faedb4ca5
cloud-server-course/src/main/java/com/dsh/course/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;