parent
24dcb9612e
commit
8070fdbdd5
@ -0,0 +1,16 @@
|
||||
package com.example.vo;
|
||||
|
||||
import com.example.entity.NotesInfoComment;
|
||||
|
||||
public class NotesInfoCommentVo extends NotesInfoComment {
|
||||
|
||||
private String foreignName;
|
||||
|
||||
public String getForeignName() {
|
||||
return foreignName;
|
||||
}
|
||||
|
||||
public void setForeignName(String foreignName) {
|
||||
this.foreignName = foreignName;
|
||||
}
|
||||
}
|
Loading…
Reference in new issue