puzhibing
2024-03-12 b28d69f6cba1a7aed03fd9c07a14693281f9a9a0
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/model/DeductionClassHour.java
@@ -24,4 +24,8 @@
     * 扣减课时
     */
    private Integer classHour;
    /**
     * 删除的排课数量(用户回退时重新排课)
     */
    private Integer scheduledCourses;
}