|
|
|
@@ -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; |
|
|
|
|
|
|
|
|