README.md 580 B

sanya-data-management-back

实景三维三亚后台管理系统

数据处理

1.污水厂数据

1.污水处理厂的数据,需要提供空间字段,缓冲区字段 2.通过缓冲区字段生成缓冲区导入到数据库

2.插入表格数据

INSERT INTO "base"."t_table" ( "id", "table_name", "table_describe", "table_type", "is_exist", "create_time", "delete_time", "create_user_id", "delete_user_id", "version" )
VALUES
( replace(uuid_generate_v4()::text, '-', ''), 'TB_TYYDCS', '体育运动场所', 0, 0, now(), NULL, '1', NULL, '20240711172001' );