06 2021 档案

摘要:package shier; public class Vehicle { protected String brand; protected String color; protected double speed; public Vehicle(String brand, String colo 阅读全文
posted @ 2021-06-18 12:56 五谷鸡爪🥳 阅读(36) 评论(0) 推荐(0)
摘要:public class ColaEmployee { String name; int month; public String getName() { return name; } public void setName(String name) { this.name = name; } pu 阅读全文
posted @ 2021-06-18 12:50 五谷鸡爪🥳 阅读(41) 评论(0) 推荐(0)