From d94de1ee63209410ff6d9fd2c84f330357e744a9 Mon Sep 17 00:00:00 2001 From: piobkljxg <1573729895@qq.com> Date: Sun, 26 Oct 2025 21:04:39 +0800 Subject: [PATCH] ADD file via upload --- Employee.java | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Employee.java diff --git a/Employee.java b/Employee.java new file mode 100644 index 0000000..5cf7e33 --- /dev/null +++ b/Employee.java @@ -0,0 +1,58 @@ +package »ù´¡Ìâ; + + +/** + * @author Administrator + * @version 1.0 + * @created 26-10ÔÂ-2025 20:59:22 + */ +public class Employee implements IEmployeeValidator { + + private String email; + private double id; + private String name; + private int salary; + + public Employee(){ + + } + + public void finalize() throws Throwable { + + } + public boolean validateEmail(){ + return false; + } + + public boolean validateSalary(){ + return false; + } +}//end Employee + +/** + * @author Administrator + * @version 1.0 + * @created 26-10ÔÂ-2025 20:59:22 + */ +public class Employee implements IEmployeeValidator { + + private String email; + private double id; + private String name; + private int salary; + + public Employee(){ + + } + + public void finalize() throws Throwable { + + } + public boolean validateEmail(){ + return false; + } + + public boolean validateSalary(){ + return false; + } +}//end Employee \ No newline at end of file