This commit is contained in:
cracklesparkle
2024-12-16 10:50:35 +09:00
parent eeae97288a
commit 87866e4e51
19 changed files with 2419487 additions and 499 deletions

7
ems/src/constants/db.ts Normal file
View File

@ -0,0 +1,7 @@
const GeneralDB = 'nGeneral'
const GisDB = 'New_Gis'
export {
GeneralDB,
GisDB
}