11.23开发
This commit is contained in:
@@ -11,6 +11,10 @@ public class DeptIdentify extends BaseEntity {
|
||||
|
||||
/** ID */
|
||||
private Long id;
|
||||
/** 部门id */
|
||||
private Long deptId;
|
||||
/** 用户id */
|
||||
private Long userId;
|
||||
/** 机构名称 */
|
||||
private String identifyName;
|
||||
/** 认证状态 */
|
||||
|
||||
Reference in New Issue
Block a user