Commit 52fcc16d by 吴博

bug: [none] fixTemplet

parent 6ace65c5
......@@ -47,6 +47,15 @@ public class BookAppeal extends BaseEntity{
private Long secondTempletId;
/**
* 三级分类id
*/
private Long thirdTempletId;
/**
* 三级分类名称
*/
private String thirdTempletName;
/**
* 申诉理由
*/
private String reason;
......@@ -116,6 +125,23 @@ public class BookAppeal extends BaseEntity{
*/
private Integer addType;
public Long getThirdTempletId() {
return thirdTempletId;
}
public void setThirdTempletId(Long thirdTempletId) {
this.thirdTempletId = thirdTempletId;
}
public String getThirdTempletName() {
return thirdTempletName;
}
public void setThirdTempletName(String thirdTempletName) {
this.thirdTempletName = thirdTempletName;
}
public Long getBookAppealId() {
return bookAppealId;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment