소스 검색

[积分][修改]:添加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;



불러오는 중...
취소
저장