puzhibing
2024-03-21 03bc927fdb8469c1417f75c2a25a06a0d6b1ae61
cloud-server-course/src/main/java/com/dsh/course/feignclient/model/StoreOfCourseVo.java
@@ -4,6 +4,8 @@
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.List;
/**
 * @author zhibing.pu
 * @date 2023/6/24 17:34
@@ -28,8 +30,12 @@
    private Integer applicantsNumber;
    @ApiModelProperty("包含课时数")
    private Integer classHours;
    private List<Integer> classHours;
    @ApiModelProperty("价格")
    private Double originalPrice;
    @ApiModelProperty("玩湃币价格")
    private Integer coin;
}