Authored by Lixiaodi

增加状态值

... ... @@ -53,6 +53,8 @@ public class RefundRecordBo {
@BatchExportField(name = "状态")
private String refundStatusName;
private Byte refundStatus;
@BatchExportField(name = "备注")
private String remark;
... ...