从抢货接口读取货物包
This commit is contained in:
@@ -39,6 +39,10 @@ public class LbDeductionAmount implements Serializable {
|
||||
@Schema(description = "抵扣金额")
|
||||
private BigDecimal dikouAmt;
|
||||
|
||||
@TableField("tixian_amt")
|
||||
@Schema(description = "提现金额")
|
||||
private BigDecimal tixianAmt;
|
||||
|
||||
@TableField("original_text")
|
||||
@Schema(description = "原始文本信息")
|
||||
private String originalText;
|
||||
|
||||
Reference in New Issue
Block a user