Commit ddc43e84 by 程裕兵

feat:page cashier record

parent b16a134d
...@@ -53,23 +53,31 @@ public class PageBrandCashierRecordQuery { ...@@ -53,23 +53,31 @@ public class PageBrandCashierRecordQuery {
/** /**
* 交易状态 * 交易状态
*
* @see BrandCashierTransStateEnum
*/ */
private BrandCashierTransStateEnum transState; private String transState;
/** /**
* 业务订单类型(来源) * 业务订单类型(来源)
*
* @see PayOrderTypeEnum
*/ */
private PayOrderTypeEnum orderType; private String orderType;
/** /**
* 交易类型:PAY-收款;REFUND-退款; * 交易类型:PAY-收款;REFUND-退款;
*
* @see BrandCashierTransTypeEnum
*/ */
private BrandCashierTransTypeEnum transType; private String transType;
/** /**
* 交易方式 * 交易方式
*
* @see SubChannelEnums
*/ */
private SubChannelEnums subChannel; private String subChannel;
/** /**
* 交易创建开始时间 * 交易创建开始时间
......
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