Просмотр исходного кода

[积分][修改]:添加Excel导出模板积分字段

release_toaliyun_real
hanxueda 7 лет назад
Родитель
Сommit
72be577676
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxCUserBasicInfo.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxCUserBasicInfo.java Просмотреть файл

@@ -1,7 +1,6 @@
package com.iformall.domain.po; package com.iformall.domain.po;


import cn.afterturn.easypoi.excel.annotation.Excel; import cn.afterturn.easypoi.excel.annotation.Excel;
import com.alibaba.fastjson.JSONException;
import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.JSONObject;


import javax.persistence.Id; import javax.persistence.Id;
@@ -115,6 +114,7 @@ public class WxCUserBasicInfo implements Serializable {
private String level; private String level;


/**积分**/ /**积分**/
@Excel(name="积分",width = 20, orderNum = "12")
@io.swagger.annotations.ApiModelProperty(value="积分",name="credit") @io.swagger.annotations.ApiModelProperty(value="积分",name="credit")
private Integer credit; private Integer credit;




Загрузка…
Отмена
Сохранить