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

bug

parent 90baa9ad
...@@ -8,6 +8,7 @@ import lombok.*; ...@@ -8,6 +8,7 @@ import lombok.*;
import org.rcisoft.core.entity.CyIdIncreEntity; import org.rcisoft.core.entity.CyIdIncreEntity;
import org.springframework.data.annotation.Transient; import org.springframework.data.annotation.Transient;
import org.springframework.format.annotation.DateTimeFormat; import org.springframework.format.annotation.DateTimeFormat;
import java.util.Date; import java.util.Date;
import java.util.List; import java.util.List;
...@@ -23,6 +24,7 @@ public class SysUser extends CyIdIncreEntity<SysUser> { ...@@ -23,6 +24,7 @@ public class SysUser extends CyIdIncreEntity<SysUser> {
@Transient @Transient
private List<Integer> deptSJ; private List<Integer> deptSJ;
@Excel(name = "所属园区", orderNum = "22", width = 20)
//地址中文 //地址中文
private String addressLabel; private String addressLabel;
...@@ -296,7 +298,7 @@ public class SysUser extends CyIdIncreEntity<SysUser> { ...@@ -296,7 +298,7 @@ public class SysUser extends CyIdIncreEntity<SysUser> {
* @default * @default
* @default * @default
*/ */
@Excel(name = "所属园区", orderNum = "22", width = 20) // @Excel(name = "所属园区", orderNum = "22", width = 20)
private String address; 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