mirror of https://github.com/jeecgboot/jeecg-boot
Feature: Add shop name and Mabang ID to SavRefundWithDetail model
parent
3570da7c0f
commit
e0191b62f9
|
@ -21,7 +21,7 @@ import java.util.Date;
|
||||||
* @Description: 售后退款
|
* @Description: 售后退款
|
||||||
* @Author: jeecg-boot
|
* @Author: jeecg-boot
|
||||||
* @Date: 2022-08-19
|
* @Date: 2022-08-19
|
||||||
* @Version: V1.2
|
* @Version: V1.3
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@TableName("sav_refund_with_detail")
|
@TableName("sav_refund_with_detail")
|
||||||
|
@ -116,10 +116,18 @@ public class SavRefundWithDetail implements Serializable {
|
||||||
* 店铺代码
|
* 店铺代码
|
||||||
*/
|
*/
|
||||||
private String erpCode;
|
private String erpCode;
|
||||||
|
/**
|
||||||
|
* 店铺名称
|
||||||
|
*/
|
||||||
|
private String shopName;
|
||||||
/**
|
/**
|
||||||
* 订单交易号
|
* 订单交易号
|
||||||
*/
|
*/
|
||||||
private String platformOrderNumber;
|
private String platformOrderNumber;
|
||||||
|
/**
|
||||||
|
* 订单序列号
|
||||||
|
*/
|
||||||
|
private String mabangId;
|
||||||
/**
|
/**
|
||||||
* 挂号费
|
* 挂号费
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue