|
@@ -54,6 +54,9 @@ public class WebsitMPurchaseBean {
|
|
@ApiModelProperty(value = "单据状态 SAVE=保存 OK=通过 FAIL=失败")
|
|
@ApiModelProperty(value = "单据状态 SAVE=保存 OK=通过 FAIL=失败")
|
|
private String flag;
|
|
private String flag;
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "是否核实")
|
|
|
|
+ private String isRecheck;
|
|
|
|
+
|
|
@ApiModelProperty(value = "备注")
|
|
@ApiModelProperty(value = "备注")
|
|
private String remark;
|
|
private String remark;
|
|
|
|
|