From a8304ee835e06a204fc00c4219d8feddb3e8ab35 Mon Sep 17 00:00:00 2001 From: ligaode Date: Wed, 25 Dec 2024 10:57:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anrui/scm/api/scmspecialrebate/ScmSpecialRebateVo.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmspecialrebate/ScmSpecialRebateVo.java b/anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmspecialrebate/ScmSpecialRebateVo.java index c89f416ad9..85ca827c7d 100644 --- a/anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmspecialrebate/ScmSpecialRebateVo.java +++ b/anrui-scm/anrui-scm-api/src/main/java/com/yxt/anrui/scm/api/scmspecialrebate/ScmSpecialRebateVo.java @@ -61,13 +61,19 @@ public class ScmSpecialRebateVo implements Vo { private String state; @ApiModelProperty("创建组织名称") private String createOrgName; + @ApiModelProperty("采购系统sid") + private String purchaseSystemSid; @ApiModelProperty("采购系统名称") private String purchaseSystemName; + @ApiModelProperty("品牌sid") + private String brandSid; @ApiModelProperty("品牌名称") private String brandName; @ApiModelProperty("创建日期") @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") private Date createTime; + @ApiModelProperty("返利类型key") + private String rebateTypeKey; @ApiModelProperty("返利类型value") private String rebateTypeValue; @ApiModelProperty("返利名称")