9 changed files with 64 additions and 7 deletions
@ -0,0 +1,35 @@ |
|||||
|
package com.qs.serve.modules.third.entity; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
/** |
||||
|
* 搭赠生成费用参数 |
||||
|
* @author YenHex |
||||
|
* @since 2025/7/18 |
||||
|
*/ |
||||
|
@Data |
||||
|
public class OrderGiftCreateCostParam { |
||||
|
|
||||
|
/** |
||||
|
* 源主订单号 |
||||
|
*/ |
||||
|
private String orgOrderSn; |
||||
|
|
||||
|
/** |
||||
|
* 搭赠订单单号 |
||||
|
*/ |
||||
|
private String orderSn; |
||||
|
|
||||
|
/** |
||||
|
* 供应商或客户ID |
||||
|
*/ |
||||
|
private String supplierId; |
||||
|
|
||||
|
/** |
||||
|
* 科目编码 |
||||
|
*/ |
||||
|
private String subjectCode; |
||||
|
|
||||
|
private String rere; |
||||
|
|
||||
|
} |
Loading…
Reference in new issue