1
This commit is contained in:
@@ -61,6 +61,12 @@ public class SuperAdmin {
|
||||
@Column(name = "is_active", nullable = false)
|
||||
private Integer isActive = 1;
|
||||
|
||||
/**
|
||||
* 接收人(企业微信用户ID,多个用逗号分隔)
|
||||
*/
|
||||
@Column(name = "touser", length = 500)
|
||||
private String touser;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user