@@ -69,6 +69,9 @@ public class OrderExport {
@Excel(name = "身份信息", height = 6, width = 20)
private String identity;
+ @Excel(name = "通联订单编号", height = 6, width = 20)
+ private String orderNo;
+
/**
* 到账比例
*/