Commit 56ffa6ec authored by mx's avatar mx Committed by 王琮

bug

parent 90baa9ad
......@@ -8,6 +8,7 @@ import lombok.*;
import org.rcisoft.core.entity.CyIdIncreEntity;
import org.springframework.data.annotation.Transient;
import org.springframework.format.annotation.DateTimeFormat;
import java.util.Date;
import java.util.List;
......@@ -23,6 +24,7 @@ public class SysUser extends CyIdIncreEntity<SysUser> {
@Transient
private List<Integer> deptSJ;
@Excel(name = "所属园区", orderNum = "22", width = 20)
//地址中文
private String addressLabel;
......@@ -296,7 +298,7 @@ public class SysUser extends CyIdIncreEntity<SysUser> {
* @default
* @default
*/
@Excel(name = "所属园区", orderNum = "22", width = 20)
// @Excel(name = "所属园区", orderNum = "22", width = 20)
private String address;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment