当前登录用户新增公司编码与部门编码属性
This commit is contained in:
@@ -73,9 +73,11 @@ public class LoginUser {
|
||||
|
||||
private Long visitCompanyId;
|
||||
private String visitCompanyName;
|
||||
private String visitCompanyCode;
|
||||
|
||||
private Long visitDeptId;
|
||||
private String visitDeptName;
|
||||
private String visitDeptCode;
|
||||
|
||||
public void setContext(String key, Object value) {
|
||||
if (context == null) {
|
||||
|
||||
Reference in New Issue
Block a user