Employee

public class Employee { private int id; private String name; private double salary; private double byPercent; public Employee(int id,String name,double salary,double byPercent){ this.id = id; this.nam
相關文章
相關標籤/搜索