Преглед изворни кода

[积分][修改]:添加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…
Откажи
Сачувај