|
|
|
@@ -27,9 +27,14 @@ public class WxProfitSharingOrderVo extends TenantEntity { |
|
|
|
|
|
|
|
@Excel(name="商户单号",width = 20,orderNum = "1") |
|
|
|
private Long orderId; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name="交易金额(分)",width = 20,orderNum = "3") |
|
|
|
private Integer payAmount; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="订单ID",name="singleOrderId") |
|
|
|
private Long singleOrderId; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="单个订单分账总金额(分)",name="singleOrderAmount") |
|
|
|
private Integer singleOrderAmount; |
|
|
|
|
|
|
|
@Excel(name="交易结束时间",exportFormat = "yyyy-MM-dd HH:mm:ss",width = 20,orderNum = "5") |
|
|
|
private Date payTimeEnd; |
|
|
|
|