k94314517
2025-05-19 cdd6551b190b981b807a3b95e9635c559ccc769d
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;
}