提交修改 下一步进行机构用户登录改造
This commit is contained in:
@@ -7,6 +7,10 @@ package com.xinda.common.core.domain.model;
|
||||
*/
|
||||
public class LoginBody
|
||||
{
|
||||
/**
|
||||
* 机构ID
|
||||
*/
|
||||
private Long deptId;
|
||||
/**
|
||||
* 用户名
|
||||
*/
|
||||
@@ -42,6 +46,14 @@ public class LoginBody
|
||||
*/
|
||||
private String smsCode;
|
||||
|
||||
public Long getDeptId() {
|
||||
return deptId;
|
||||
}
|
||||
|
||||
public void setDeptId(Long deptId) {
|
||||
this.deptId = deptId;
|
||||
}
|
||||
|
||||
public String getSmsCode() {
|
||||
return smsCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user