younger_times
2023-07-17 a0071c0c7726d3e6742bc7c4c30536302766626a
WanPai/Root/Course/VC/StudentExchangeVC.swift
@@ -24,7 +24,7 @@
    }
    @IBAction func addStudentAction(_ sender: UIButton) {
        let studentVC = AddStudentVC()
        let studentVC = AddStudentVC(type: .course)
        push(vc: studentVC)
    }
}