Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
谢明辉
/
fanxing3
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit bf718b51
authored
Aug 24, 2022
by
毛树良
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
<fix>:繁星3.0字典更新
1 parent
aaec663e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
26 deletions
fanxing-ops/src/main/resources/db/V1.01__initDict.sql
fanxing-ops/src/main/resources/db/V1.01__initDict.sql
View file @
bf718b5
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
1
,
'735dd398-e05d-11eb-a74d-0242ac11001d'
,
'flow'
,
'客流'
,
null
,
'event'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
2
,
'78753400-e05d-11eb-a74d-0242ac11001d'
,
'traffic'
,
'交通'
,
null
,
'event'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
3
,
'7c19c53d-e05d-11eb-a74d-0242ac11001d'
,
'face'
,
'人脸识别'
,
null
,
'event'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
4
,
'7cd65e20-e05d-11eb-a74d-0242ac11001d'
,
'behavior'
,
'异常行为'
,
null
,
'event'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
5
,
'd1ac7250-e061-11eb-a74d-0242ac11001d'
,
'gate_dir'
,
'卡口方向'
,
null
,
'traffic'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
6
,
'd1b5c69b-e061-11eb-a74d-0242ac11001d'
,
'plate_color'
,
'号牌颜色'
,
null
,
'traffic'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
7
,
'd1c66b87-e061-11eb-a74d-0242ac11001d'
,
'lane_type'
,
'车道类型'
,
null
,
'traffic'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
8
,
'd1d757ea-e061-11eb-a74d-0242ac11001d'
,
'vehicle_color'
,
'车身颜色'
,
null
,
'traffic'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
9
,
'd1e7e02c-e061-11eb-a74d-0242ac11001d'
,
'illegal_type'
,
'违法类型'
,
null
,
'traffic'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
10
,
'd1f5d789-e061-11eb-a74d-0242ac11001d'
,
'vehicle_brand'
,
'车辆品牌'
,
null
,
'traffic'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
11
,
'd2015f58-e061-11eb-a74d-0242ac11001d'
,
'plate_type'
,
'号牌类型'
,
null
,
'traffic'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
12
,
'd2090547-e061-11eb-a74d-0242ac11001d'
,
'vehicle_type'
,
'车辆类型'
,
null
,
'traffic'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
13
,
'd210c514-e061-11eb-a74d-0242ac11001d'
,
'takeout_company'
,
'外卖公司'
,
null
,
'traffic'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
14
,
'd218af8c-e061-11eb-a74d-0242ac11001d'
,
'company'
,
'运营公司'
,
null
,
'traffic'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
15
,
'd223dbee-e061-11eb-a74d-0242ac11001d'
,
'bike_brand'
,
'自行车品牌'
,
null
,
'traffic'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
16
,
'd22a3221-e061-11eb-a74d-0242ac11001d'
,
'special_vehicles'
,
'特殊车辆'
,
null
,
'traffic'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
17
,
'aa69a648-e064-11eb-a74d-0242ac11001d'
,
'algo'
,
'算法'
,
null
,
'simple'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
18
,
'aa726ecd-e064-11eb-a74d-0242ac11001d'
,
'card_type'
,
'证件类型'
,
null
,
'simple'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
19
,
'aa790b24-e064-11eb-a74d-0242ac11001d'
,
'crucial_type'
,
'关键人员库类型'
,
null
,
'simple'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
20
,
'aa8fce8f-e064-11eb-a74d-0242ac11001d'
,
'sex'
,
'性别'
,
null
,
'simple'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
21
,
'aab4b047-e064-11eb-a74d-0242ac11001d'
,
'alarm_type'
,
'报警事件类型'
,
null
,
'simple'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
23
,
'46000b94-0bc6-11ec-a74d-0242ac11001d'
,
'video_org'
,
'视频资源组织结构'
,
'视频资源组织结构'
,
'org'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
26
,
'3df428eb-2038-11ec-b6ab-0242ac110018'
,
'channel_tag'
,
'录像资源标签'
,
'录像资源标签'
,
'simple'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
27
,
'e631c9fb-2da1-11ec-a7e6-0242ac110007'
,
'device_type'
,
'设备类型'
,
'设备类型'
,
'simple'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
28
,
'f16de2f3-2da1-11ec-a7e6-0242ac110007'
,
'brand'
,
'厂家/品牌'
,
'厂家/品牌'
,
'simple'
);
INSERT
INTO
fanxing3
.
s_dict_cate
(
id
,
unid
,
code
,
name
,
note
,
type
)
VALUES
(
32
,
'd94449f8-5bc9-11ec-981b-0242ac110017'
,
'data_type'
,
'数据类型'
,
'数据类型'
,
'simple'
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
1
,
'735dd398-e05d-11eb-a74d-0242ac11001d'
,
'event'
,
'flow'
,
'客流'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
2
,
'78753400-e05d-11eb-a74d-0242ac11001d'
,
'event'
,
'traffic'
,
'交通'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
3
,
'7c19c53d-e05d-11eb-a74d-0242ac11001d'
,
'event'
,
'face'
,
'人脸识别'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
4
,
'7cd65e20-e05d-11eb-a74d-0242ac11001d'
,
'event'
,
'behavior'
,
'异常行为'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
5
,
'd1ac7250-e061-11eb-a74d-0242ac11001d'
,
'traffic'
,
'gate_dir'
,
'卡口方向'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
6
,
'd1b5c69b-e061-11eb-a74d-0242ac11001d'
,
'traffic'
,
'plate_color'
,
'号牌颜色'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
7
,
'd1c66b87-e061-11eb-a74d-0242ac11001d'
,
'traffic'
,
'lane_type'
,
'车道类型'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
8
,
'd1d757ea-e061-11eb-a74d-0242ac11001d'
,
'traffic'
,
'vehicle_color'
,
'车身颜色'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
9
,
'd1e7e02c-e061-11eb-a74d-0242ac11001d'
,
'traffic'
,
'illegal_type'
,
'违法类型'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
10
,
'd1f5d789-e061-11eb-a74d-0242ac11001d'
,
'traffic'
,
'vehicle_brand'
,
'车辆品牌'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
11
,
'd2015f58-e061-11eb-a74d-0242ac11001d'
,
'traffic'
,
'plate_type'
,
'号牌类型'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
12
,
'd2090547-e061-11eb-a74d-0242ac11001d'
,
'traffic'
,
'vehicle_type'
,
'车辆类型'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
13
,
'd210c514-e061-11eb-a74d-0242ac11001d'
,
'traffic'
,
'takeout_company'
,
'外卖公司'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
14
,
'd218af8c-e061-11eb-a74d-0242ac11001d'
,
'traffic'
,
'company'
,
'运营公司'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
15
,
'd223dbee-e061-11eb-a74d-0242ac11001d'
,
'traffic'
,
'bike_brand'
,
'自行车品牌'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
16
,
'd22a3221-e061-11eb-a74d-0242ac11001d'
,
'traffic'
,
'special_vehicles'
,
'特殊车辆'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
17
,
'aa69a648-e064-11eb-a74d-0242ac11001d'
,
'simple'
,
'algo'
,
'算法'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
18
,
'aa726ecd-e064-11eb-a74d-0242ac11001d'
,
'simple'
,
'card_type'
,
'证件类型'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
19
,
'aa790b24-e064-11eb-a74d-0242ac11001d'
,
'simple'
,
'crucial_type'
,
'关键人员库类型'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
20
,
'aa8fce8f-e064-11eb-a74d-0242ac11001d'
,
'simple'
,
'sex'
,
'性别'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
21
,
'aab4b047-e064-11eb-a74d-0242ac11001d'
,
'simple'
,
'alarm_type'
,
'报警事件类型'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
23
,
'46000b94-0bc6-11ec-a74d-0242ac11001d'
,
'org'
,
'video_org'
,
'视频资源组织结构'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
26
,
'3df428eb-2038-11ec-b6ab-0242ac110018'
,
'simple'
,
'channel_tag'
,
'录像资源标签'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
27
,
'e631c9fb-2da1-11ec-a7e6-0242ac110007'
,
'simple'
,
'device_type'
,
'设备类型'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
28
,
'f16de2f3-2da1-11ec-a7e6-0242ac110007'
,
'simple'
,
'brand'
,
'厂家/品牌'
,
NULL
);
INSERT
INTO
`fanxing3`
.
`s_dict_cate`
(
`id`
,
`unid`
,
`type`
,
`code`
,
`name`
,
`note`
)
VALUES
(
32
,
'd94449f8-5bc9-11ec-981b-0242ac110017'
,
'simple'
,
'data_type'
,
'数据类型'
,
NULL
);
INSERT
INTO
fanxing3
.
s_dict_code
VALUES
(
1
,
'a0a570ab-e05d-11eb-a74d-0242ac11001d'
,
1
,
NULL
,
'flow_num'
,
'客流数量'
,
NULL
);
INSERT
INTO
fanxing3
.
s_dict_code
VALUES
(
2
,
'a2c2ea6c-e05d-11eb-a74d-0242ac11001d'
,
1
,
NULL
,
'black'
,
'黑名单匹配成功'
,
NULL
);
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment