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