Browse Source

fix bug

release_toaliyun_real
winter 4 years ago
parent
commit
ee5818ab11
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/vo/WxCouponOrderBVo.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/vo/WxCouponOrderBVo.java View File

@@ -134,7 +134,7 @@ public class WxCouponOrderBVo extends WxCouponOrder {
this.bUserName = bUserName;
}

@Excel(name = "b端核销手机号", width = 50, orderNum = "5")
@Excel(name = "b端核销员工姓名", width = 50, orderNum = "5")
@io.swagger.annotations.ApiModelProperty(value="b端核销员工姓名",name="bUserName")
private String bUserName;



Loading…
Cancel
Save