|
|
@ -65,9 +65,9 @@ public class ZyOrders implements Serializable { |
|
|
|
@ApiModelProperty(value = "原订单id") |
|
|
|
@ApiModelProperty(value = "原订单id") |
|
|
|
private java.lang.String orderId; |
|
|
|
private java.lang.String orderId; |
|
|
|
/**下单时间*/ |
|
|
|
/**下单时间*/ |
|
|
|
@Excel(name = "下单时间", width = 15, format = "yyyy-MM-dd") |
|
|
|
@Excel(name = "下单时间", width = 15, format = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") |
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd") |
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") |
|
|
|
@ApiModelProperty(value = "下单时间") |
|
|
|
@ApiModelProperty(value = "下单时间") |
|
|
|
private java.util.Date orderTime; |
|
|
|
private java.util.Date orderTime; |
|
|
|
/**订单编号*/ |
|
|
|
/**订单编号*/ |
|
|
@ -101,7 +101,7 @@ public class ZyOrders implements Serializable { |
|
|
|
private java.lang.Integer ordersType; |
|
|
|
private java.lang.Integer ordersType; |
|
|
|
/**顾客id*/ |
|
|
|
/**顾客id*/ |
|
|
|
@Excel(name = "顾客id", width = 15, dictTable = "sys_user", dicText = "realname", dicCode = "username") |
|
|
|
@Excel(name = "顾客id", width = 15, dictTable = "sys_user", dicText = "realname", dicCode = "username") |
|
|
|
@Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username") |
|
|
|
@Dict(dictTable = "sys_user", dicText = "realname", dicCode = "id") |
|
|
|
@ApiModelProperty(value = "顾客id") |
|
|
|
@ApiModelProperty(value = "顾客id") |
|
|
|
private java.lang.String userId; |
|
|
|
private java.lang.String userId; |
|
|
|
/**商品条目数量*/ |
|
|
|
/**商品条目数量*/ |
|
|
@ -127,9 +127,9 @@ public class ZyOrders implements Serializable { |
|
|
|
@ApiModelProperty(value = "开户银行") |
|
|
|
@ApiModelProperty(value = "开户银行") |
|
|
|
private java.lang.String bankDeposit; |
|
|
|
private java.lang.String bankDeposit; |
|
|
|
/**支付时间*/ |
|
|
|
/**支付时间*/ |
|
|
|
@Excel(name = "支付时间", width = 15, format = "yyyy-MM-dd") |
|
|
|
@Excel(name = "支付时间", width = 15, format = "yyyy-MM-dd hh:mm:ss") |
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") |
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd") |
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") |
|
|
|
@ApiModelProperty(value = "支付时间") |
|
|
|
@ApiModelProperty(value = "支付时间") |
|
|
|
private java.util.Date paymentTime; |
|
|
|
private java.util.Date paymentTime; |
|
|
|
/**城市*/ |
|
|
|
/**城市*/ |
|
|
|