Add control api and test

This commit is contained in:
WQY\qiong
2022-10-29 19:04:42 +08:00
parent a04dcdd1ee
commit 44475cf005
5 changed files with 86 additions and 0 deletions

View File

@@ -4,3 +4,5 @@ create table controls
(
control text primary key
);
insert into controls (control) values ('');