ADD file via upload

master
p5j9vn3t2 2 years ago
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…
Cancel
Save