Feature: Add shop name and Mabang ID to SavRefundWithDetail model

pull/6221/head
Qiuyi LI 2023-08-07 16:55:56 +02:00
parent 3570da7c0f
commit e0191b62f9
1 changed files with 9 additions and 1 deletions

View File

@ -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;
/**
*
*/