This commit is contained in:
Leo
2025-12-05 22:35:51 +08:00
parent ee67d1ae8f
commit 8445b500ae
5 changed files with 68 additions and 7 deletions

View File

@@ -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;
/**
* 创建时间
*/