parent
5179dfbd30
commit
545c4b71a5
@ -0,0 +1,16 @@
|
||||
package com.example.vo;
|
||||
|
||||
import com.example.entity.PraiseInfo;
|
||||
|
||||
public class PraiseInfoVo extends PraiseInfo {
|
||||
|
||||
private String notesName;
|
||||
|
||||
public String getNotesName() {
|
||||
return notesName;
|
||||
}
|
||||
public void setNotesName(String notesName) {
|
||||
this.notesName = notesName;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in new issue