feat(Java_SpringExample): AspectJ代码提交,代码报错未解决
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
package logic.sensitive;
|
||||
|
||||
public class Test {
|
||||
|
||||
|
||||
private String phone;
|
||||
|
||||
private int num;
|
||||
|
||||
private String email;
|
||||
|
||||
public String getPhone() {
|
||||
return phone;
|
||||
}
|
||||
|
||||
public void setPhone(String phone) {
|
||||
this.phone = phone;
|
||||
}
|
||||
|
||||
public int getNum() {
|
||||
return num;
|
||||
}
|
||||
|
||||
public void setNum(int num) {
|
||||
this.num = num;
|
||||
}
|
||||
|
||||
public String getEmail() {
|
||||
return email;
|
||||
}
|
||||
|
||||
public void setEmail(String email) {
|
||||
this.email = email;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user