|
|
@@ -6,6 +6,8 @@ import io.swagger.annotations.ApiModelProperty;
|
|
|
public class ChinesePaperDTO extends ZwlwPo {
|
|
|
@ApiModelProperty(value = "备注")
|
|
|
private String childBeiZhu;
|
|
|
+ @ApiModelProperty(value = "备注")
|
|
|
+ private String childGeRenPaiMing;
|
|
|
|
|
|
public String getChildBeiZhu() {
|
|
|
return childBeiZhu;
|
|
|
@@ -14,4 +16,12 @@ public class ChinesePaperDTO extends ZwlwPo {
|
|
|
public void setChildBeiZhu(String childBeiZhu) {
|
|
|
this.childBeiZhu = childBeiZhu;
|
|
|
}
|
|
|
+
|
|
|
+ public String getChildGeRenPaiMing() {
|
|
|
+ return childGeRenPaiMing;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setChildGeRenPaiMing(String childGeRenPaiMing) {
|
|
|
+ this.childGeRenPaiMing = childGeRenPaiMing;
|
|
|
+ }
|
|
|
}
|