一对一聊天重构,期待群聊开发

This commit is contained in:
2024-11-21 17:31:08 +08:00
parent 446b669c75
commit d6b81d4559
185 changed files with 5034 additions and 88 deletions

View File

@@ -0,0 +1,10 @@
create table fad_oa.FLW_EV_DATABASECHANGELOGLOCK
(
ID int not null
primary key,
LOCKED bit not null,
LOCKGRANTED datetime null,
LOCKEDBY varchar(255) null
)
charset = utf8mb4;