package J20250805.demo03; /** * @author WanJl * @version 1.0 * @title Student * @description * @create 2025/8/5 */ public class Student { public static String school; public Course course; }