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: 售后退款
|
||||
* @Author: jeecg-boot
|
||||
* @Date: 2022-08-19
|
||||
* @Version: V1.2
|
||||
* @Version: V1.3
|
||||
*/
|
||||
@Data
|
||||
@TableName("sav_refund_with_detail")
|
||||
|
@ -116,10 +116,18 @@ public class SavRefundWithDetail implements Serializable {
|
|||
* 店铺代码
|
||||
*/
|
||||
private String erpCode;
|
||||
/**
|
||||
* 店铺名称
|
||||
*/
|
||||
private String shopName;
|
||||
/**
|
||||
* 订单交易号
|
||||
*/
|
||||
private String platformOrderNumber;
|
||||
/**
|
||||
* 订单序列号
|
||||
*/
|
||||
private String mabangId;
|
||||
/**
|
||||
* 挂号费
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue