jiangping
2024-05-20 ed8ce63fd54a7c4ca734198e0b4d6f81a0b7af9e
server/service/src/main/java/com/doumee/dao/business/dto/CountCyclePriceDTO.java
@@ -1,5 +1,6 @@
package com.doumee.dao.business.dto;
import com.doumee.dao.business.model.Solutions;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -21,5 +22,8 @@
    @ApiModelProperty(value = "生效起期")
    private Date startDate;
    @ApiModelProperty(value = "方案", example = "1")
    private Solutions solutions;
}