瀏覽代碼

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

release_toaliyun_real
hanxueda 7 年之前
父節點
當前提交
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;

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

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

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



Loading…
取消
儲存