This commit is contained in:
rnchg
2026-07-14 21:33:39 +08:00
commit 4b28b75e57
2227 changed files with 768410 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
INSERT INTO
"public"."frame_config" (
"id",
"key",
"value",
"sort_number",
"is_enable",
"is_delete",
"create_at",
"create_by",
"update_at",
"update_by",
"remark",
"extend"
)
VALUES
(
gen_random_uuid (),
'PreemptMode',
'CurrAndAction',
'0',
't',
'f',
'2026-03-12 12:00:00.00000',
'FASS.Mvc',
'2026-03-12 12:00:00.00000',
'FASS.Mvc',
NULL,
NULL
);