Commit 6f0c92afe8e841648c5bba3424e2375b385f73a4
1 parent
4255a75d
feat(garden): 移除道路创建和更新者的非空校验
- 删除了 creatorName 字段上的 @NotEmpty 注解 - 删除了 updaterName 字段上的 @NotEmpty 注解 - 简化了道路保存请求对象的字段验证逻辑
Showing
132 changed files
with
203 additions
and
203 deletions
README.md
pom.xml
sql/dm/ruoyi-vue-pro-dm8.sql
| ... | ... | @@ -2583,7 +2583,7 @@ COMMENT ON TABLE system_notice IS '通知公告表'; |
| 2583 | 2583 | -- ---------------------------- |
| 2584 | 2584 | -- @formatter:off |
| 2585 | 2585 | SET IDENTITY_INSERT system_notice ON; |
| 2586 | -INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, '芋道的公众', '<p>新版本内容133</p>', 1, 0, 'admin', '2021-01-05 17:03:48', '1', '2022-05-04 21:00:20', '0', 1); | |
| 2586 | +INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, '全域的公众', '<p>新版本内容133</p>', 1, 0, 'admin', '2021-01-05 17:03:48', '1', '2022-05-04 21:00:20', '0', 1); | |
| 2587 | 2587 | INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (2, '维护通知:2018-07-01 系统凌晨维护', '<p><img src="http://test.urbanops.iocoder.cn/b7cb3cf49b4b3258bf7309a09dd2f4e5.jpg" alt="" data-href="">11112222<img src="http://test.urbanops.iocoder.cn/fe44fc7bdb82ca421184b2eebbaee9e2148d4a1827479a4eb4521e11d2a062ba.png" alt="image" data-href="http://test.urbanops.iocoder.cn/fe44fc7bdb82ca421184b2eebbaee9e2148d4a1827479a4eb4521e11d2a062ba.png">3333</p>', 2, 1, 'admin', '2021-01-05 17:03:48', '1', '2025-04-18 23:56:40', '0', 1); |
| 2588 | 2588 | INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (4, '我是测试标题', '<p>哈哈哈哈123</p>', 1, 0, '110', '2022-02-22 01:01:25', '110', '2022-02-22 01:01:46', '0', 121); |
| 2589 | 2589 | COMMIT; |
| ... | ... | @@ -4338,7 +4338,7 @@ COMMENT ON TABLE system_tenant IS '租户表'; |
| 4338 | 4338 | SET IDENTITY_INSERT system_tenant ON; |
| 4339 | 4339 | INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (1, 'ZIEITS', NULL, '芋艿', '17321315478', 0, 'www.iocoder.cn', 0, '2099-02-19 17:14:16', 9999, '1', '2021-01-05 17:03:47', '1', '2023-11-06 11:41:41', '0'); |
| 4340 | 4340 | INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (121, '小租户', 110, '小王2', '15601691300', 0, 'zsxq.iocoder.cn', 111, '2026-07-10 00:00:00', 30, '1', '2022-02-22 00:56:14', '1', '2025-04-03 21:33:01', '0'); |
| 4341 | -INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (122, '测试租户', 113, '芋道', '15601691300', 0, 'test.iocoder.cn', 111, '2022-04-29 00:00:00', 50, '1', '2022-03-07 21:37:58', '1', '2024-09-22 12:10:50', '0'); | |
| 4341 | +INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (122, '测试租户', 113, '全域', '15601691300', 0, 'test.iocoder.cn', 111, '2022-04-29 00:00:00', 50, '1', '2022-03-07 21:37:58', '1', '2024-09-22 12:10:50', '0'); | |
| 4342 | 4342 | COMMIT; |
| 4343 | 4343 | SET IDENTITY_INSERT system_tenant OFF; |
| 4344 | 4344 | -- @formatter:on |
| ... | ... | @@ -4536,7 +4536,7 @@ COMMENT ON TABLE system_users IS '用户信息表'; |
| 4536 | 4536 | -- @formatter:off |
| 4537 | 4537 | SET IDENTITY_INSERT system_users ON; |
| 4538 | 4538 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, 'admin', '$2a$04$KljJDa/LK7QfDm0lF5OhuePhlPfjRH3tB2Wu351Uidz.oQGJXevPi', 'ZIEITS', '管理员', 103, '[1,2]', '11aoteman@126.com', '18818260277', 2, 'http://test.urbanops.iocoder.cn/test/20250502/avatar_1746154660449.png', 0, '0:0:0:0:0:0:0:1', '2025-05-10 18:03:15', 'admin', '2021-01-05 17:03:47', NULL, '2025-05-10 18:03:15', '0', 1); |
| 4539 | -INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (100, 'urbanops', '$2a$04$h.aaPKgO.odHepnk5PCsWeEwKdojFWdTItxGKfx1r0e1CSeBzsTJ6', '芋道', '不要吓我', 104, '[1]', 'urbanops@iocoder.cn', '15601691300', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2025-04-08 09:36:40', '', '2021-01-07 09:07:17', NULL, '2025-04-21 14:23:08', '0', 1); | |
| 4539 | +INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (100, 'urbanops', '$2a$04$h.aaPKgO.odHepnk5PCsWeEwKdojFWdTItxGKfx1r0e1CSeBzsTJ6', '全域', '不要吓我', 104, '[1]', 'urbanops@iocoder.cn', '15601691300', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2025-04-08 09:36:40', '', '2021-01-07 09:07:17', NULL, '2025-04-21 14:23:08', '0', 1); | |
| 4540 | 4540 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (103, 'yuanma', '$2a$04$fUBSmjKCPYAUmnMzOb6qE.eZCGPhHi1JmAKclODbfS/O7fHOl2bH6', '源码', NULL, 106, NULL, 'yuanma@iocoder.cn', '15601701300', 0, NULL, 0, '0:0:0:0:0:0:0:1', '2024-08-11 17:48:12', '', '2021-01-13 23:50:35', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4541 | 4541 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (104, 'test', '$2a$04$BrwaYn303hjA/6TnXqdGoOLhyHOAA0bVrAFu6.1dJKycqKUnIoRz2', '测试号', NULL, 107, '[1,2]', '111@qq.com', '15601691200', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2025-03-28 20:01:16', '', '2021-01-21 02:13:53', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4542 | 4542 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (107, 'admin107', '$2a$10$dYOOBKMO93v/.ReCqzyFg.o67Tqk.bbc2bhrpyBGkIw9aypCtr2pm', '芋艿', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '', NULL, '1', '2022-02-20 22:59:33', '1', '2025-04-21 14:23:08', '0', 118); |
| ... | ... | @@ -4545,7 +4545,7 @@ INSERT INTO system_users (id, username, password, nickname, remark, dept_id, pos |
| 4545 | 4545 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (110, 'admin110', '$2a$10$mRMIYLDtRHlf6.9ipiqH1.Z.bh/R9dO9d5iHiGYPigi6r5KOoR2Wm', '小王', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '0:0:0:0:0:0:0:1', '2024-07-20 22:23:17', '1', '2022-02-22 00:56:14', NULL, '2025-04-21 14:23:08', '0', 121); |
| 4546 | 4546 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (111, 'test', '$2a$10$mRMIYLDtRHlf6.9ipiqH1.Z.bh/R9dO9d5iHiGYPigi6r5KOoR2Wm', '测试用户', NULL, NULL, '[]', '', '', 0, NULL, 0, '0:0:0:0:0:0:0:1', '2023-12-30 11:42:17', '110', '2022-02-23 13:14:33', NULL, '2025-04-21 14:23:08', '0', 121); |
| 4547 | 4547 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (112, 'newobject', '$2a$04$dB0z8Q819fJWz0hbaLe6B.VfHCjYgWx6LFfET5lyz3JwcqlyCkQ4C', '新对象', NULL, 100, '[]', '', '15601691235', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2024-03-16 23:11:38', '1', '2022-02-23 19:08:03', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4548 | -INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (113, 'aoteman', '$2a$10$0acJOIk2D25/oC87nyclE..0lzeu9DtQ/n3geP4fkun/zIVRhHJIO', '芋道1', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '127.0.0.1', '2022-03-19 18:38:51', '1', '2022-03-07 21:37:58', '1', '2025-05-05 15:30:53', '0', 122); | |
| 4548 | +INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (113, 'aoteman', '$2a$10$0acJOIk2D25/oC87nyclE..0lzeu9DtQ/n3geP4fkun/zIVRhHJIO', '全域1', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '127.0.0.1', '2022-03-19 18:38:51', '1', '2022-03-07 21:37:58', '1', '2025-05-05 15:30:53', '0', 122); | |
| 4549 | 4549 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (114, 'hrmgr', '$2a$10$TR4eybBioGRhBmDBWkqWLO6NIh3mzYa8KBKDDB5woiGYFVlRAi.fu', 'hr 小姐姐', NULL, NULL, '[5]', '', '15601691236', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2024-03-24 22:21:05', '1', '2022-03-19 21:50:58', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4550 | 4550 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (115, 'aotemane', '$2a$04$GcyP0Vyzb2F2Yni5PuIK9ueGxM0tkZGMtDwVRwrNbtMvorzbpNsV2', '阿呆', '11222', 102, '[1,2]', '7648@qq.com', '15601691229', 2, NULL, 0, '', NULL, '1', '2022-04-30 02:55:43', '1', '2025-04-21 14:23:08', '0', 1); |
| 4551 | 4551 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (117, 'admin123', '$2a$04$sEtimsHu9YCkYY4/oqElHem2Ijc9ld20eYO6lN.g/21NfLUTDLB9W', '测试号02', '1111', 100, '[2]', '', '15601691234', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2024-10-02 10:16:20', '1', '2022-07-09 17:40:26', NULL, '2025-04-21 14:23:08', '0', 1); | ... | ... |
sql/kingbase/ruoyi-vue-pro.sql
| ... | ... | @@ -2748,7 +2748,7 @@ COMMENT ON TABLE system_notice IS '通知公告表'; |
| 2748 | 2748 | -- ---------------------------- |
| 2749 | 2749 | -- @formatter:off |
| 2750 | 2750 | BEGIN; |
| 2751 | -INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, '芋道的公众', '<p>新版本内容133</p>', 1, 0, 'admin', '2021-01-05 17:03:48', '1', '2022-05-04 21:00:20', '0', 1); | |
| 2751 | +INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, '全域的公众', '<p>新版本内容133</p>', 1, 0, 'admin', '2021-01-05 17:03:48', '1', '2022-05-04 21:00:20', '0', 1); | |
| 2752 | 2752 | INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (2, '维护通知:2018-07-01 系统凌晨维护', '<p><img src="http://test.urbanops.iocoder.cn/b7cb3cf49b4b3258bf7309a09dd2f4e5.jpg" alt="" data-href="">11112222<img src="http://test.urbanops.iocoder.cn/fe44fc7bdb82ca421184b2eebbaee9e2148d4a1827479a4eb4521e11d2a062ba.png" alt="image" data-href="http://test.urbanops.iocoder.cn/fe44fc7bdb82ca421184b2eebbaee9e2148d4a1827479a4eb4521e11d2a062ba.png">3333</p>', 2, 1, 'admin', '2021-01-05 17:03:48', '1', '2025-04-18 23:56:40', '0', 1); |
| 2753 | 2753 | INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (4, '我是测试标题', '<p>哈哈哈哈123</p>', 1, 0, '110', '2022-02-22 01:01:25', '110', '2022-02-22 01:01:46', '0', 121); |
| 2754 | 2754 | COMMIT; |
| ... | ... | @@ -4646,7 +4646,7 @@ COMMENT ON TABLE system_tenant IS '租户表'; |
| 4646 | 4646 | BEGIN; |
| 4647 | 4647 | INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (1, 'ZIEITS', NULL, '芋艿', '17321315478', 0, 'www.iocoder.cn', 0, '2099-02-19 17:14:16', 9999, '1', '2021-01-05 17:03:47', '1', '2023-11-06 11:41:41', '0'); |
| 4648 | 4648 | INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (121, '小租户', 110, '小王2', '15601691300', 0, 'zsxq.iocoder.cn', 111, '2026-07-10 00:00:00', 30, '1', '2022-02-22 00:56:14', '1', '2025-04-03 21:33:01', '0'); |
| 4649 | -INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (122, '测试租户', 113, '芋道', '15601691300', 0, 'test.iocoder.cn', 111, '2022-04-29 00:00:00', 50, '1', '2022-03-07 21:37:58', '1', '2024-09-22 12:10:50', '0'); | |
| 4649 | +INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (122, '测试租户', 113, '全域', '15601691300', 0, 'test.iocoder.cn', 111, '2022-04-29 00:00:00', 50, '1', '2022-03-07 21:37:58', '1', '2024-09-22 12:10:50', '0'); | |
| 4650 | 4650 | COMMIT; |
| 4651 | 4651 | -- @formatter:on |
| 4652 | 4652 | |
| ... | ... | @@ -4872,7 +4872,7 @@ COMMENT ON TABLE system_users IS '用户信息表'; |
| 4872 | 4872 | -- @formatter:off |
| 4873 | 4873 | BEGIN; |
| 4874 | 4874 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, 'admin', '$2a$04$KljJDa/LK7QfDm0lF5OhuePhlPfjRH3tB2Wu351Uidz.oQGJXevPi', 'ZIEITS', '管理员', 103, '[1,2]', '11aoteman@126.com', '18818260277', 2, 'http://test.urbanops.iocoder.cn/test/20250502/avatar_1746154660449.png', 0, '0:0:0:0:0:0:0:1', '2025-05-10 18:03:15', 'admin', '2021-01-05 17:03:47', NULL, '2025-05-10 18:03:15', '0', 1); |
| 4875 | -INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (100, 'urbanops', '$2a$04$h.aaPKgO.odHepnk5PCsWeEwKdojFWdTItxGKfx1r0e1CSeBzsTJ6', '芋道', '不要吓我', 104, '[1]', 'urbanops@iocoder.cn', '15601691300', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2025-04-08 09:36:40', '', '2021-01-07 09:07:17', NULL, '2025-04-21 14:23:08', '0', 1); | |
| 4875 | +INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (100, 'urbanops', '$2a$04$h.aaPKgO.odHepnk5PCsWeEwKdojFWdTItxGKfx1r0e1CSeBzsTJ6', '全域', '不要吓我', 104, '[1]', 'urbanops@iocoder.cn', '15601691300', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2025-04-08 09:36:40', '', '2021-01-07 09:07:17', NULL, '2025-04-21 14:23:08', '0', 1); | |
| 4876 | 4876 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (103, 'yuanma', '$2a$04$fUBSmjKCPYAUmnMzOb6qE.eZCGPhHi1JmAKclODbfS/O7fHOl2bH6', '源码', NULL, 106, NULL, 'yuanma@iocoder.cn', '15601701300', 0, NULL, 0, '0:0:0:0:0:0:0:1', '2024-08-11 17:48:12', '', '2021-01-13 23:50:35', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4877 | 4877 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (104, 'test', '$2a$04$BrwaYn303hjA/6TnXqdGoOLhyHOAA0bVrAFu6.1dJKycqKUnIoRz2', '测试号', NULL, 107, '[1,2]', '111@qq.com', '15601691200', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2025-03-28 20:01:16', '', '2021-01-21 02:13:53', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4878 | 4878 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (107, 'admin107', '$2a$10$dYOOBKMO93v/.ReCqzyFg.o67Tqk.bbc2bhrpyBGkIw9aypCtr2pm', '芋艿', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '', NULL, '1', '2022-02-20 22:59:33', '1', '2025-04-21 14:23:08', '0', 118); |
| ... | ... | @@ -4881,7 +4881,7 @@ INSERT INTO system_users (id, username, password, nickname, remark, dept_id, pos |
| 4881 | 4881 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (110, 'admin110', '$2a$10$mRMIYLDtRHlf6.9ipiqH1.Z.bh/R9dO9d5iHiGYPigi6r5KOoR2Wm', '小王', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '0:0:0:0:0:0:0:1', '2024-07-20 22:23:17', '1', '2022-02-22 00:56:14', NULL, '2025-04-21 14:23:08', '0', 121); |
| 4882 | 4882 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (111, 'test', '$2a$10$mRMIYLDtRHlf6.9ipiqH1.Z.bh/R9dO9d5iHiGYPigi6r5KOoR2Wm', '测试用户', NULL, NULL, '[]', '', '', 0, NULL, 0, '0:0:0:0:0:0:0:1', '2023-12-30 11:42:17', '110', '2022-02-23 13:14:33', NULL, '2025-04-21 14:23:08', '0', 121); |
| 4883 | 4883 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (112, 'newobject', '$2a$04$dB0z8Q819fJWz0hbaLe6B.VfHCjYgWx6LFfET5lyz3JwcqlyCkQ4C', '新对象', NULL, 100, '[]', '', '15601691235', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2024-03-16 23:11:38', '1', '2022-02-23 19:08:03', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4884 | -INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (113, 'aoteman', '$2a$10$0acJOIk2D25/oC87nyclE..0lzeu9DtQ/n3geP4fkun/zIVRhHJIO', '芋道1', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '127.0.0.1', '2022-03-19 18:38:51', '1', '2022-03-07 21:37:58', '1', '2025-05-05 15:30:53', '0', 122); | |
| 4884 | +INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (113, 'aoteman', '$2a$10$0acJOIk2D25/oC87nyclE..0lzeu9DtQ/n3geP4fkun/zIVRhHJIO', '全域1', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '127.0.0.1', '2022-03-19 18:38:51', '1', '2022-03-07 21:37:58', '1', '2025-05-05 15:30:53', '0', 122); | |
| 4885 | 4885 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (114, 'hrmgr', '$2a$10$TR4eybBioGRhBmDBWkqWLO6NIh3mzYa8KBKDDB5woiGYFVlRAi.fu', 'hr 小姐姐', NULL, NULL, '[5]', '', '15601691236', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2024-03-24 22:21:05', '1', '2022-03-19 21:50:58', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4886 | 4886 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (115, 'aotemane', '$2a$04$GcyP0Vyzb2F2Yni5PuIK9ueGxM0tkZGMtDwVRwrNbtMvorzbpNsV2', '阿呆', '11222', 102, '[1,2]', '7648@qq.com', '15601691229', 2, NULL, 0, '', NULL, '1', '2022-04-30 02:55:43', '1', '2025-04-21 14:23:08', '0', 1); |
| 4887 | 4887 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (117, 'admin123', '$2a$04$sEtimsHu9YCkYY4/oqElHem2Ijc9ld20eYO6lN.g/21NfLUTDLB9W', '测试号02', '1111', 100, '[2]', '', '15601691234', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2024-10-02 10:16:20', '1', '2022-07-09 17:40:26', NULL, '2025-04-21 14:23:08', '0', 1); | ... | ... |
sql/mysql/ruoyi-vue-pro.sql
| ... | ... | @@ -2338,7 +2338,7 @@ CREATE TABLE `system_notice` ( |
| 2338 | 2338 | -- Records of system_notice |
| 2339 | 2339 | -- ---------------------------- |
| 2340 | 2340 | BEGIN; |
| 2341 | -INSERT INTO `system_notice` (`id`, `title`, `content`, `type`, `status`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (1, '芋道的公众', '<p>新版本内容133222</p>', 1, 0, 'admin', '2021-01-05 17:03:48', '\"1\"', '2025-08-31 09:38:22', b'0', 1); | |
| 2341 | +INSERT INTO `system_notice` (`id`, `title`, `content`, `type`, `status`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (1, '全域的公众', '<p>新版本内容133222</p>', 1, 0, 'admin', '2021-01-05 17:03:48', '\"1\"', '2025-08-31 09:38:22', b'0', 1); | |
| 2342 | 2342 | INSERT INTO `system_notice` (`id`, `title`, `content`, `type`, `status`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (2, '维护通知:2018-07-01 系统凌晨维护', '<p><img src=\"http://test.urbanops.iocoder.cn/b7cb3cf49b4b3258bf7309a09dd2f4e5.jpg\" alt=\"\" data-href=\"\">11112222<img src=\"http://test.urbanops.iocoder.cn/fe44fc7bdb82ca421184b2eebbaee9e2148d4a1827479a4eb4521e11d2a062ba.png\" alt=\"image\" data-href=\"http://test.urbanops.iocoder.cn/fe44fc7bdb82ca421184b2eebbaee9e2148d4a1827479a4eb4521e11d2a062ba.png\">3333</p>', 2, 1, 'admin', '2021-01-05 17:03:48', '1', '2025-04-18 23:56:40', b'0', 1); |
| 2343 | 2343 | INSERT INTO `system_notice` (`id`, `title`, `content`, `type`, `status`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (4, '我是测试标题', '<p>哈哈哈哈123</p>', 1, 0, '110', '2022-02-22 01:01:25', '110', '2022-02-22 01:01:46', b'0', 121); |
| 2344 | 2344 | COMMIT; |
| ... | ... | @@ -3609,7 +3609,7 @@ CREATE TABLE `system_tenant` ( |
| 3609 | 3609 | BEGIN; |
| 3610 | 3610 | INSERT INTO `system_tenant` (`id`, `name`, `contact_user_id`, `contact_name`, `contact_mobile`, `status`, `websites`, `package_id`, `expire_time`, `account_count`, `creator`, `create_time`, `updater`, `update_time`, `deleted`) VALUES (1, 'ZIEITS', NULL, '芋艿', '17321315478', 0, 'www.iocoder.cn,127.0.0.1:3000,wxc4598c446f8a9cb3', 0, '2099-02-19 17:14:16', 9999, '1', '2021-01-05 17:03:47', '1', '2025-08-19 05:18:41', b'0'); |
| 3611 | 3611 | INSERT INTO `system_tenant` (`id`, `name`, `contact_user_id`, `contact_name`, `contact_mobile`, `status`, `websites`, `package_id`, `expire_time`, `account_count`, `creator`, `create_time`, `updater`, `update_time`, `deleted`) VALUES (121, '小租户', 110, '小王2', '15601691300', 0, 'zsxq.iocoder.cn,123321', 111, '2026-07-10 00:00:00', 30, '1', '2022-02-22 00:56:14', '1', '2025-08-19 21:19:29', b'0'); |
| 3612 | -INSERT INTO `system_tenant` (`id`, `name`, `contact_user_id`, `contact_name`, `contact_mobile`, `status`, `websites`, `package_id`, `expire_time`, `account_count`, `creator`, `create_time`, `updater`, `update_time`, `deleted`) VALUES (122, '测试租户', 113, '芋道', '15601691300', 0, 'test.iocoder.cn', 111, '2022-04-29 00:00:00', 50, '1', '2022-03-07 21:37:58', '1', '2025-08-24 14:46:15', b'0'); | |
| 3612 | +INSERT INTO `system_tenant` (`id`, `name`, `contact_user_id`, `contact_name`, `contact_mobile`, `status`, `websites`, `package_id`, `expire_time`, `account_count`, `creator`, `create_time`, `updater`, `update_time`, `deleted`) VALUES (122, '测试租户', 113, '全域', '15601691300', 0, 'test.iocoder.cn', 111, '2022-04-29 00:00:00', 50, '1', '2022-03-07 21:37:58', '1', '2025-08-24 14:46:15', b'0'); | |
| 3613 | 3613 | COMMIT; |
| 3614 | 3614 | |
| 3615 | 3615 | -- ---------------------------- |
| ... | ... | @@ -3741,7 +3741,7 @@ CREATE TABLE `system_users` ( |
| 3741 | 3741 | -- ---------------------------- |
| 3742 | 3742 | BEGIN; |
| 3743 | 3743 | INSERT INTO `system_users` (`id`, `username`, `password`, `nickname`, `remark`, `dept_id`, `post_ids`, `email`, `mobile`, `sex`, `avatar`, `status`, `login_ip`, `login_date`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (1, 'admin', '$2a$04$KljJDa/LK7QfDm0lF5OhuePhlPfjRH3tB2Wu351Uidz.oQGJXevPi', 'ZIEITS', '管理员', 103, '[1,2]', '11aoteman@126.com', '18818260272', 2, 'http://test.urbanops.iocoder.cn/user/avatar/20250709/blob_1752042302026.jpg', 0, '0:0:0:0:0:0:0:1', '2025-08-30 19:57:52', 'admin', '2021-01-05 17:03:47', NULL, '2025-08-30 19:57:52', b'0', 1); |
| 3744 | -INSERT INTO `system_users` (`id`, `username`, `password`, `nickname`, `remark`, `dept_id`, `post_ids`, `email`, `mobile`, `sex`, `avatar`, `status`, `login_ip`, `login_date`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (100, 'urbanops', '$2a$04$h.aaPKgO.odHepnk5PCsWeEwKdojFWdTItxGKfx1r0e1CSeBzsTJ6', '芋道', '不要吓我', 104, '[1]', 'urbanops@iocoder.cn', '15601691300', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2025-04-08 09:36:40', '', '2021-01-07 09:07:17', NULL, '2025-04-21 14:23:08', b'0', 1); | |
| 3744 | +INSERT INTO `system_users` (`id`, `username`, `password`, `nickname`, `remark`, `dept_id`, `post_ids`, `email`, `mobile`, `sex`, `avatar`, `status`, `login_ip`, `login_date`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (100, 'urbanops', '$2a$04$h.aaPKgO.odHepnk5PCsWeEwKdojFWdTItxGKfx1r0e1CSeBzsTJ6', '全域', '不要吓我', 104, '[1]', 'urbanops@iocoder.cn', '15601691300', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2025-04-08 09:36:40', '', '2021-01-07 09:07:17', NULL, '2025-04-21 14:23:08', b'0', 1); | |
| 3745 | 3745 | INSERT INTO `system_users` (`id`, `username`, `password`, `nickname`, `remark`, `dept_id`, `post_ids`, `email`, `mobile`, `sex`, `avatar`, `status`, `login_ip`, `login_date`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (103, 'yuanma', '$2a$04$fUBSmjKCPYAUmnMzOb6qE.eZCGPhHi1JmAKclODbfS/O7fHOl2bH6', '源码', NULL, 106, NULL, 'yuanma@iocoder.cn', '15601701300', 0, NULL, 0, '0:0:0:0:0:0:0:1', '2024-08-11 17:48:12', '', '2021-01-13 23:50:35', '1', '2025-07-09 23:41:58', b'0', 1); |
| 3746 | 3746 | INSERT INTO `system_users` (`id`, `username`, `password`, `nickname`, `remark`, `dept_id`, `post_ids`, `email`, `mobile`, `sex`, `avatar`, `status`, `login_ip`, `login_date`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (104, 'test', '$2a$04$BrwaYn303hjA/6TnXqdGoOLhyHOAA0bVrAFu6.1dJKycqKUnIoRz2', '测试号', NULL, 107, '[1,2]', '111@qq.com', '15601691200', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2025-03-28 20:01:16', '', '2021-01-21 02:13:53', NULL, '2025-04-21 14:23:08', b'0', 1); |
| 3747 | 3747 | INSERT INTO `system_users` (`id`, `username`, `password`, `nickname`, `remark`, `dept_id`, `post_ids`, `email`, `mobile`, `sex`, `avatar`, `status`, `login_ip`, `login_date`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (107, 'admin107', '$2a$10$dYOOBKMO93v/.ReCqzyFg.o67Tqk.bbc2bhrpyBGkIw9aypCtr2pm', '芋艿', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '', NULL, '1', '2022-02-20 22:59:33', '1', '2025-04-21 14:23:08', b'0', 118); |
| ... | ... | @@ -3750,7 +3750,7 @@ INSERT INTO `system_users` (`id`, `username`, `password`, `nickname`, `remark`, |
| 3750 | 3750 | INSERT INTO `system_users` (`id`, `username`, `password`, `nickname`, `remark`, `dept_id`, `post_ids`, `email`, `mobile`, `sex`, `avatar`, `status`, `login_ip`, `login_date`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (110, 'admin110', '$2a$10$mRMIYLDtRHlf6.9ipiqH1.Z.bh/R9dO9d5iHiGYPigi6r5KOoR2Wm', '小王', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '0:0:0:0:0:0:0:1', '2024-07-20 22:23:17', '1', '2022-02-22 00:56:14', NULL, '2025-04-21 14:23:08', b'0', 121); |
| 3751 | 3751 | INSERT INTO `system_users` (`id`, `username`, `password`, `nickname`, `remark`, `dept_id`, `post_ids`, `email`, `mobile`, `sex`, `avatar`, `status`, `login_ip`, `login_date`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (111, 'test', '$2a$10$mRMIYLDtRHlf6.9ipiqH1.Z.bh/R9dO9d5iHiGYPigi6r5KOoR2Wm', '测试用户', NULL, NULL, '[]', '', '', 0, NULL, 0, '0:0:0:0:0:0:0:1', '2023-12-30 11:42:17', '110', '2022-02-23 13:14:33', NULL, '2025-04-21 14:23:08', b'0', 121); |
| 3752 | 3752 | INSERT INTO `system_users` (`id`, `username`, `password`, `nickname`, `remark`, `dept_id`, `post_ids`, `email`, `mobile`, `sex`, `avatar`, `status`, `login_ip`, `login_date`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (112, 'newobject', '$2a$04$dB0z8Q819fJWz0hbaLe6B.VfHCjYgWx6LFfET5lyz3JwcqlyCkQ4C', '新对象', NULL, 100, '[]', '', '15601691235', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2024-03-16 23:11:38', '1', '2022-02-23 19:08:03', NULL, '2025-04-21 14:23:08', b'0', 1); |
| 3753 | -INSERT INTO `system_users` (`id`, `username`, `password`, `nickname`, `remark`, `dept_id`, `post_ids`, `email`, `mobile`, `sex`, `avatar`, `status`, `login_ip`, `login_date`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (113, 'aoteman', '$2a$10$0acJOIk2D25/oC87nyclE..0lzeu9DtQ/n3geP4fkun/zIVRhHJIO', '芋道1', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '127.0.0.1', '2022-03-19 18:38:51', '1', '2022-03-07 21:37:58', '1', '2025-05-05 15:30:53', b'0', 122); | |
| 3753 | +INSERT INTO `system_users` (`id`, `username`, `password`, `nickname`, `remark`, `dept_id`, `post_ids`, `email`, `mobile`, `sex`, `avatar`, `status`, `login_ip`, `login_date`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (113, 'aoteman', '$2a$10$0acJOIk2D25/oC87nyclE..0lzeu9DtQ/n3geP4fkun/zIVRhHJIO', '全域1', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '127.0.0.1', '2022-03-19 18:38:51', '1', '2022-03-07 21:37:58', '1', '2025-05-05 15:30:53', b'0', 122); | |
| 3754 | 3754 | INSERT INTO `system_users` (`id`, `username`, `password`, `nickname`, `remark`, `dept_id`, `post_ids`, `email`, `mobile`, `sex`, `avatar`, `status`, `login_ip`, `login_date`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (114, 'hrmgr', '$2a$10$TR4eybBioGRhBmDBWkqWLO6NIh3mzYa8KBKDDB5woiGYFVlRAi.fu', 'hr 小姐姐', NULL, NULL, '[5]', '', '15601691236', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2024-03-24 22:21:05', '1', '2022-03-19 21:50:58', NULL, '2025-04-21 14:23:08', b'0', 1); |
| 3755 | 3755 | INSERT INTO `system_users` (`id`, `username`, `password`, `nickname`, `remark`, `dept_id`, `post_ids`, `email`, `mobile`, `sex`, `avatar`, `status`, `login_ip`, `login_date`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (115, 'aotemane', '$2a$04$GcyP0Vyzb2F2Yni5PuIK9ueGxM0tkZGMtDwVRwrNbtMvorzbpNsV2', '阿呆', '11222', 102, '[1,2]', '7648@qq.com', '15601691229', 2, NULL, 0, '', NULL, '1', '2022-04-30 02:55:43', '1', '2025-04-21 14:23:08', b'0', 1); |
| 3756 | 3756 | INSERT INTO `system_users` (`id`, `username`, `password`, `nickname`, `remark`, `dept_id`, `post_ids`, `email`, `mobile`, `sex`, `avatar`, `status`, `login_ip`, `login_date`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `tenant_id`) VALUES (117, 'admin123', '$2a$04$sEtimsHu9YCkYY4/oqElHem2Ijc9ld20eYO6lN.g/21NfLUTDLB9W', '测试号02', '1111', 100, '[2]', '', '15601691234', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2024-10-02 10:16:20', '1', '2022-07-09 17:40:26', '1', '2025-05-14 09:56:04', b'0', 1); | ... | ... |
sql/opengauss/ruoyi-vue-pro.sql
| ... | ... | @@ -2748,7 +2748,7 @@ COMMENT ON TABLE system_notice IS '通知公告表'; |
| 2748 | 2748 | -- ---------------------------- |
| 2749 | 2749 | -- @formatter:off |
| 2750 | 2750 | BEGIN; |
| 2751 | -INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, '芋道的公众', '<p>新版本内容133</p>', 1, 0, 'admin', '2021-01-05 17:03:48', '1', '2022-05-04 21:00:20', '0', 1); | |
| 2751 | +INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, '全域的公众', '<p>新版本内容133</p>', 1, 0, 'admin', '2021-01-05 17:03:48', '1', '2022-05-04 21:00:20', '0', 1); | |
| 2752 | 2752 | INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (2, '维护通知:2018-07-01 系统凌晨维护', '<p><img src="http://test.urbanops.iocoder.cn/b7cb3cf49b4b3258bf7309a09dd2f4e5.jpg" alt="" data-href="">11112222<img src="http://test.urbanops.iocoder.cn/fe44fc7bdb82ca421184b2eebbaee9e2148d4a1827479a4eb4521e11d2a062ba.png" alt="image" data-href="http://test.urbanops.iocoder.cn/fe44fc7bdb82ca421184b2eebbaee9e2148d4a1827479a4eb4521e11d2a062ba.png">3333</p>', 2, 1, 'admin', '2021-01-05 17:03:48', '1', '2025-04-18 23:56:40', '0', 1); |
| 2753 | 2753 | INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (4, '我是测试标题', '<p>哈哈哈哈123</p>', 1, 0, '110', '2022-02-22 01:01:25', '110', '2022-02-22 01:01:46', '0', 121); |
| 2754 | 2754 | COMMIT; |
| ... | ... | @@ -4646,7 +4646,7 @@ COMMENT ON TABLE system_tenant IS '租户表'; |
| 4646 | 4646 | BEGIN; |
| 4647 | 4647 | INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (1, 'ZIEITS', NULL, '芋艿', '17321315478', 0, 'www.iocoder.cn', 0, '2099-02-19 17:14:16', 9999, '1', '2021-01-05 17:03:47', '1', '2023-11-06 11:41:41', '0'); |
| 4648 | 4648 | INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (121, '小租户', 110, '小王2', '15601691300', 0, 'zsxq.iocoder.cn', 111, '2026-07-10 00:00:00', 30, '1', '2022-02-22 00:56:14', '1', '2025-04-03 21:33:01', '0'); |
| 4649 | -INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (122, '测试租户', 113, '芋道', '15601691300', 0, 'test.iocoder.cn', 111, '2022-04-29 00:00:00', 50, '1', '2022-03-07 21:37:58', '1', '2024-09-22 12:10:50', '0'); | |
| 4649 | +INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (122, '测试租户', 113, '全域', '15601691300', 0, 'test.iocoder.cn', 111, '2022-04-29 00:00:00', 50, '1', '2022-03-07 21:37:58', '1', '2024-09-22 12:10:50', '0'); | |
| 4650 | 4650 | COMMIT; |
| 4651 | 4651 | -- @formatter:on |
| 4652 | 4652 | |
| ... | ... | @@ -4872,7 +4872,7 @@ COMMENT ON TABLE system_users IS '用户信息表'; |
| 4872 | 4872 | -- @formatter:off |
| 4873 | 4873 | BEGIN; |
| 4874 | 4874 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, 'admin', '$2a$04$KljJDa/LK7QfDm0lF5OhuePhlPfjRH3tB2Wu351Uidz.oQGJXevPi', 'ZIEITS', '管理员', 103, '[1,2]', '11aoteman@126.com', '18818260277', 2, 'http://test.urbanops.iocoder.cn/test/20250502/avatar_1746154660449.png', 0, '0:0:0:0:0:0:0:1', '2025-05-10 18:03:15', 'admin', '2021-01-05 17:03:47', NULL, '2025-05-10 18:03:15', '0', 1); |
| 4875 | -INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (100, 'urbanops', '$2a$04$h.aaPKgO.odHepnk5PCsWeEwKdojFWdTItxGKfx1r0e1CSeBzsTJ6', '芋道', '不要吓我', 104, '[1]', 'urbanops@iocoder.cn', '15601691300', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2025-04-08 09:36:40', '', '2021-01-07 09:07:17', NULL, '2025-04-21 14:23:08', '0', 1); | |
| 4875 | +INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (100, 'urbanops', '$2a$04$h.aaPKgO.odHepnk5PCsWeEwKdojFWdTItxGKfx1r0e1CSeBzsTJ6', '全域', '不要吓我', 104, '[1]', 'urbanops@iocoder.cn', '15601691300', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2025-04-08 09:36:40', '', '2021-01-07 09:07:17', NULL, '2025-04-21 14:23:08', '0', 1); | |
| 4876 | 4876 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (103, 'yuanma', '$2a$04$fUBSmjKCPYAUmnMzOb6qE.eZCGPhHi1JmAKclODbfS/O7fHOl2bH6', '源码', NULL, 106, NULL, 'yuanma@iocoder.cn', '15601701300', 0, NULL, 0, '0:0:0:0:0:0:0:1', '2024-08-11 17:48:12', '', '2021-01-13 23:50:35', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4877 | 4877 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (104, 'test', '$2a$04$BrwaYn303hjA/6TnXqdGoOLhyHOAA0bVrAFu6.1dJKycqKUnIoRz2', '测试号', NULL, 107, '[1,2]', '111@qq.com', '15601691200', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2025-03-28 20:01:16', '', '2021-01-21 02:13:53', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4878 | 4878 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (107, 'admin107', '$2a$10$dYOOBKMO93v/.ReCqzyFg.o67Tqk.bbc2bhrpyBGkIw9aypCtr2pm', '芋艿', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '', NULL, '1', '2022-02-20 22:59:33', '1', '2025-04-21 14:23:08', '0', 118); |
| ... | ... | @@ -4881,7 +4881,7 @@ INSERT INTO system_users (id, username, password, nickname, remark, dept_id, pos |
| 4881 | 4881 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (110, 'admin110', '$2a$10$mRMIYLDtRHlf6.9ipiqH1.Z.bh/R9dO9d5iHiGYPigi6r5KOoR2Wm', '小王', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '0:0:0:0:0:0:0:1', '2024-07-20 22:23:17', '1', '2022-02-22 00:56:14', NULL, '2025-04-21 14:23:08', '0', 121); |
| 4882 | 4882 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (111, 'test', '$2a$10$mRMIYLDtRHlf6.9ipiqH1.Z.bh/R9dO9d5iHiGYPigi6r5KOoR2Wm', '测试用户', NULL, NULL, '[]', '', '', 0, NULL, 0, '0:0:0:0:0:0:0:1', '2023-12-30 11:42:17', '110', '2022-02-23 13:14:33', NULL, '2025-04-21 14:23:08', '0', 121); |
| 4883 | 4883 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (112, 'newobject', '$2a$04$dB0z8Q819fJWz0hbaLe6B.VfHCjYgWx6LFfET5lyz3JwcqlyCkQ4C', '新对象', NULL, 100, '[]', '', '15601691235', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2024-03-16 23:11:38', '1', '2022-02-23 19:08:03', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4884 | -INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (113, 'aoteman', '$2a$10$0acJOIk2D25/oC87nyclE..0lzeu9DtQ/n3geP4fkun/zIVRhHJIO', '芋道1', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '127.0.0.1', '2022-03-19 18:38:51', '1', '2022-03-07 21:37:58', '1', '2025-05-05 15:30:53', '0', 122); | |
| 4884 | +INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (113, 'aoteman', '$2a$10$0acJOIk2D25/oC87nyclE..0lzeu9DtQ/n3geP4fkun/zIVRhHJIO', '全域1', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '127.0.0.1', '2022-03-19 18:38:51', '1', '2022-03-07 21:37:58', '1', '2025-05-05 15:30:53', '0', 122); | |
| 4885 | 4885 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (114, 'hrmgr', '$2a$10$TR4eybBioGRhBmDBWkqWLO6NIh3mzYa8KBKDDB5woiGYFVlRAi.fu', 'hr 小姐姐', NULL, NULL, '[5]', '', '15601691236', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2024-03-24 22:21:05', '1', '2022-03-19 21:50:58', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4886 | 4886 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (115, 'aotemane', '$2a$04$GcyP0Vyzb2F2Yni5PuIK9ueGxM0tkZGMtDwVRwrNbtMvorzbpNsV2', '阿呆', '11222', 102, '[1,2]', '7648@qq.com', '15601691229', 2, NULL, 0, '', NULL, '1', '2022-04-30 02:55:43', '1', '2025-04-21 14:23:08', '0', 1); |
| 4887 | 4887 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (117, 'admin123', '$2a$04$sEtimsHu9YCkYY4/oqElHem2Ijc9ld20eYO6lN.g/21NfLUTDLB9W', '测试号02', '1111', 100, '[2]', '', '15601691234', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2024-10-02 10:16:20', '1', '2022-07-09 17:40:26', NULL, '2025-04-21 14:23:08', '0', 1); | ... | ... |
sql/oracle/ruoyi-vue-pro.sql
| ... | ... | @@ -2681,7 +2681,7 @@ COMMENT ON TABLE system_notice IS '通知公告表'; |
| 2681 | 2681 | -- Records of system_notice |
| 2682 | 2682 | -- ---------------------------- |
| 2683 | 2683 | -- @formatter:off |
| 2684 | -INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, '芋道的公众', '<p>新版本内容133</p>', 1, 0, 'admin', to_date('2021-01-05 17:03:48', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2022-05-04 21:00:20', 'SYYYY-MM-DD HH24:MI:SS'), '0', 1); | |
| 2684 | +INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, '全域的公众', '<p>新版本内容133</p>', 1, 0, 'admin', to_date('2021-01-05 17:03:48', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2022-05-04 21:00:20', 'SYYYY-MM-DD HH24:MI:SS'), '0', 1); | |
| 2685 | 2685 | INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (2, '维护通知:2018-07-01 系统凌晨维护', '<p><img src="http://test.urbanops.iocoder.cn/b7cb3cf49b4b3258bf7309a09dd2f4e5.jpg" alt="" data-href="">11112222<img src="http://test.urbanops.iocoder.cn/fe44fc7bdb82ca421184b2eebbaee9e2148d4a1827479a4eb4521e11d2a062ba.png" alt="image" data-href="http://test.urbanops.iocoder.cn/fe44fc7bdb82ca421184b2eebbaee9e2148d4a1827479a4eb4521e11d2a062ba.png">3333</p>', 2, 1, 'admin', to_date('2021-01-05 17:03:48', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2025-04-18 23:56:40', 'SYYYY-MM-DD HH24:MI:SS'), '0', 1); |
| 2686 | 2686 | INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (4, '我是测试标题', '<p>哈哈哈哈123</p>', 1, 0, '110', to_date('2022-02-22 01:01:25', 'SYYYY-MM-DD HH24:MI:SS'), '110', to_date('2022-02-22 01:01:46', 'SYYYY-MM-DD HH24:MI:SS'), '0', 121); |
| 2687 | 2687 | COMMIT; |
| ... | ... | @@ -4532,7 +4532,7 @@ COMMENT ON TABLE system_tenant IS '租户表'; |
| 4532 | 4532 | -- @formatter:off |
| 4533 | 4533 | INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (1, 'ZIEITS', NULL, '芋艿', '17321315478', 0, 'www.iocoder.cn', 0, to_date('2099-02-19 17:14:16', 'SYYYY-MM-DD HH24:MI:SS'), 9999, '1', to_date('2021-01-05 17:03:47', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2023-11-06 11:41:41', 'SYYYY-MM-DD HH24:MI:SS'), '0'); |
| 4534 | 4534 | INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (121, '小租户', 110, '小王2', '15601691300', 0, 'zsxq.iocoder.cn', 111, to_date('2026-07-10 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), 30, '1', to_date('2022-02-22 00:56:14', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2025-04-03 21:33:01', 'SYYYY-MM-DD HH24:MI:SS'), '0'); |
| 4535 | -INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (122, '测试租户', 113, '芋道', '15601691300', 0, 'test.iocoder.cn', 111, to_date('2022-04-29 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), 50, '1', to_date('2022-03-07 21:37:58', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2024-09-22 12:10:50', 'SYYYY-MM-DD HH24:MI:SS'), '0'); | |
| 4535 | +INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (122, '测试租户', 113, '全域', '15601691300', 0, 'test.iocoder.cn', 111, to_date('2022-04-29 00:00:00', 'SYYYY-MM-DD HH24:MI:SS'), 50, '1', to_date('2022-03-07 21:37:58', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2024-09-22 12:10:50', 'SYYYY-MM-DD HH24:MI:SS'), '0'); | |
| 4536 | 4536 | COMMIT; |
| 4537 | 4537 | -- @formatter:on |
| 4538 | 4538 | |
| ... | ... | @@ -4746,7 +4746,7 @@ COMMENT ON TABLE system_users IS '用户信息表'; |
| 4746 | 4746 | -- ---------------------------- |
| 4747 | 4747 | -- @formatter:off |
| 4748 | 4748 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, 'admin', '$2a$04$KljJDa/LK7QfDm0lF5OhuePhlPfjRH3tB2Wu351Uidz.oQGJXevPi', 'ZIEITS', '管理员', 103, '[1,2]', '11aoteman@126.com', '18818260277', 2, 'http://test.urbanops.iocoder.cn/test/20250502/avatar_1746154660449.png', 0, '0:0:0:0:0:0:0:1', to_date('2025-05-10 18:03:15', 'SYYYY-MM-DD HH24:MI:SS'), 'admin', to_date('2021-01-05 17:03:47', 'SYYYY-MM-DD HH24:MI:SS'), NULL, to_date('2025-05-10 18:03:15', 'SYYYY-MM-DD HH24:MI:SS'), '0', 1); |
| 4749 | -INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (100, 'urbanops', '$2a$04$h.aaPKgO.odHepnk5PCsWeEwKdojFWdTItxGKfx1r0e1CSeBzsTJ6', '芋道', '不要吓我', 104, '[1]', 'urbanops@iocoder.cn', '15601691300', 1, NULL, 0, '0:0:0:0:0:0:0:1', to_date('2025-04-08 09:36:40', 'SYYYY-MM-DD HH24:MI:SS'), '', to_date('2021-01-07 09:07:17', 'SYYYY-MM-DD HH24:MI:SS'), NULL, to_date('2025-04-21 14:23:08', 'SYYYY-MM-DD HH24:MI:SS'), '0', 1); | |
| 4749 | +INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (100, 'urbanops', '$2a$04$h.aaPKgO.odHepnk5PCsWeEwKdojFWdTItxGKfx1r0e1CSeBzsTJ6', '全域', '不要吓我', 104, '[1]', 'urbanops@iocoder.cn', '15601691300', 1, NULL, 0, '0:0:0:0:0:0:0:1', to_date('2025-04-08 09:36:40', 'SYYYY-MM-DD HH24:MI:SS'), '', to_date('2021-01-07 09:07:17', 'SYYYY-MM-DD HH24:MI:SS'), NULL, to_date('2025-04-21 14:23:08', 'SYYYY-MM-DD HH24:MI:SS'), '0', 1); | |
| 4750 | 4750 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (103, 'yuanma', '$2a$04$fUBSmjKCPYAUmnMzOb6qE.eZCGPhHi1JmAKclODbfS/O7fHOl2bH6', '源码', NULL, 106, NULL, 'yuanma@iocoder.cn', '15601701300', 0, NULL, 0, '0:0:0:0:0:0:0:1', to_date('2024-08-11 17:48:12', 'SYYYY-MM-DD HH24:MI:SS'), '', to_date('2021-01-13 23:50:35', 'SYYYY-MM-DD HH24:MI:SS'), NULL, to_date('2025-04-21 14:23:08', 'SYYYY-MM-DD HH24:MI:SS'), '0', 1); |
| 4751 | 4751 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (104, 'test', '$2a$04$BrwaYn303hjA/6TnXqdGoOLhyHOAA0bVrAFu6.1dJKycqKUnIoRz2', '测试号', NULL, 107, '[1,2]', '111@qq.com', '15601691200', 1, NULL, 0, '0:0:0:0:0:0:0:1', to_date('2025-03-28 20:01:16', 'SYYYY-MM-DD HH24:MI:SS'), '', to_date('2021-01-21 02:13:53', 'SYYYY-MM-DD HH24:MI:SS'), NULL, to_date('2025-04-21 14:23:08', 'SYYYY-MM-DD HH24:MI:SS'), '0', 1); |
| 4752 | 4752 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (107, 'admin107', '$2a$10$dYOOBKMO93v/.ReCqzyFg.o67Tqk.bbc2bhrpyBGkIw9aypCtr2pm', '芋艿', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '', NULL, '1', to_date('2022-02-20 22:59:33', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2025-04-21 14:23:08', 'SYYYY-MM-DD HH24:MI:SS'), '0', 118); |
| ... | ... | @@ -4755,7 +4755,7 @@ INSERT INTO system_users (id, username, password, nickname, remark, dept_id, pos |
| 4755 | 4755 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (110, 'admin110', '$2a$10$mRMIYLDtRHlf6.9ipiqH1.Z.bh/R9dO9d5iHiGYPigi6r5KOoR2Wm', '小王', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '0:0:0:0:0:0:0:1', to_date('2024-07-20 22:23:17', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2022-02-22 00:56:14', 'SYYYY-MM-DD HH24:MI:SS'), NULL, to_date('2025-04-21 14:23:08', 'SYYYY-MM-DD HH24:MI:SS'), '0', 121); |
| 4756 | 4756 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (111, 'test', '$2a$10$mRMIYLDtRHlf6.9ipiqH1.Z.bh/R9dO9d5iHiGYPigi6r5KOoR2Wm', '测试用户', NULL, NULL, '[]', '', '', 0, NULL, 0, '0:0:0:0:0:0:0:1', to_date('2023-12-30 11:42:17', 'SYYYY-MM-DD HH24:MI:SS'), '110', to_date('2022-02-23 13:14:33', 'SYYYY-MM-DD HH24:MI:SS'), NULL, to_date('2025-04-21 14:23:08', 'SYYYY-MM-DD HH24:MI:SS'), '0', 121); |
| 4757 | 4757 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (112, 'newobject', '$2a$04$dB0z8Q819fJWz0hbaLe6B.VfHCjYgWx6LFfET5lyz3JwcqlyCkQ4C', '新对象', NULL, 100, '[]', '', '15601691235', 1, NULL, 0, '0:0:0:0:0:0:0:1', to_date('2024-03-16 23:11:38', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2022-02-23 19:08:03', 'SYYYY-MM-DD HH24:MI:SS'), NULL, to_date('2025-04-21 14:23:08', 'SYYYY-MM-DD HH24:MI:SS'), '0', 1); |
| 4758 | -INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (113, 'aoteman', '$2a$10$0acJOIk2D25/oC87nyclE..0lzeu9DtQ/n3geP4fkun/zIVRhHJIO', '芋道1', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '127.0.0.1', to_date('2022-03-19 18:38:51', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2022-03-07 21:37:58', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2025-05-05 15:30:53', 'SYYYY-MM-DD HH24:MI:SS'), '0', 122); | |
| 4758 | +INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (113, 'aoteman', '$2a$10$0acJOIk2D25/oC87nyclE..0lzeu9DtQ/n3geP4fkun/zIVRhHJIO', '全域1', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '127.0.0.1', to_date('2022-03-19 18:38:51', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2022-03-07 21:37:58', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2025-05-05 15:30:53', 'SYYYY-MM-DD HH24:MI:SS'), '0', 122); | |
| 4759 | 4759 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (114, 'hrmgr', '$2a$10$TR4eybBioGRhBmDBWkqWLO6NIh3mzYa8KBKDDB5woiGYFVlRAi.fu', 'hr 小姐姐', NULL, NULL, '[5]', '', '15601691236', 1, NULL, 0, '0:0:0:0:0:0:0:1', to_date('2024-03-24 22:21:05', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2022-03-19 21:50:58', 'SYYYY-MM-DD HH24:MI:SS'), NULL, to_date('2025-04-21 14:23:08', 'SYYYY-MM-DD HH24:MI:SS'), '0', 1); |
| 4760 | 4760 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (115, 'aotemane', '$2a$04$GcyP0Vyzb2F2Yni5PuIK9ueGxM0tkZGMtDwVRwrNbtMvorzbpNsV2', '阿呆', '11222', 102, '[1,2]', '7648@qq.com', '15601691229', 2, NULL, 0, '', NULL, '1', to_date('2022-04-30 02:55:43', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2025-04-21 14:23:08', 'SYYYY-MM-DD HH24:MI:SS'), '0', 1); |
| 4761 | 4761 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (117, 'admin123', '$2a$04$sEtimsHu9YCkYY4/oqElHem2Ijc9ld20eYO6lN.g/21NfLUTDLB9W', '测试号02', '1111', 100, '[2]', '', '15601691234', 1, NULL, 0, '0:0:0:0:0:0:0:1', to_date('2024-10-02 10:16:20', 'SYYYY-MM-DD HH24:MI:SS'), '1', to_date('2022-07-09 17:40:26', 'SYYYY-MM-DD HH24:MI:SS'), NULL, to_date('2025-04-21 14:23:08', 'SYYYY-MM-DD HH24:MI:SS'), '0', 1); | ... | ... |
sql/postgresql/ruoyi-vue-pro.sql
| ... | ... | @@ -2748,7 +2748,7 @@ COMMENT ON TABLE system_notice IS '通知公告表'; |
| 2748 | 2748 | -- ---------------------------- |
| 2749 | 2749 | -- @formatter:off |
| 2750 | 2750 | BEGIN; |
| 2751 | -INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, '芋道的公众', '<p>新版本内容133</p>', 1, 0, 'admin', '2021-01-05 17:03:48', '1', '2022-05-04 21:00:20', '0', 1); | |
| 2751 | +INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, '全域的公众', '<p>新版本内容133</p>', 1, 0, 'admin', '2021-01-05 17:03:48', '1', '2022-05-04 21:00:20', '0', 1); | |
| 2752 | 2752 | INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (2, '维护通知:2018-07-01 系统凌晨维护', '<p><img src="http://test.urbanops.iocoder.cn/b7cb3cf49b4b3258bf7309a09dd2f4e5.jpg" alt="" data-href="">11112222<img src="http://test.urbanops.iocoder.cn/fe44fc7bdb82ca421184b2eebbaee9e2148d4a1827479a4eb4521e11d2a062ba.png" alt="image" data-href="http://test.urbanops.iocoder.cn/fe44fc7bdb82ca421184b2eebbaee9e2148d4a1827479a4eb4521e11d2a062ba.png">3333</p>', 2, 1, 'admin', '2021-01-05 17:03:48', '1', '2025-04-18 23:56:40', '0', 1); |
| 2753 | 2753 | INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (4, '我是测试标题', '<p>哈哈哈哈123</p>', 1, 0, '110', '2022-02-22 01:01:25', '110', '2022-02-22 01:01:46', '0', 121); |
| 2754 | 2754 | COMMIT; |
| ... | ... | @@ -4646,7 +4646,7 @@ COMMENT ON TABLE system_tenant IS '租户表'; |
| 4646 | 4646 | BEGIN; |
| 4647 | 4647 | INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (1, 'ZIEITS', NULL, '芋艿', '17321315478', 0, 'www.iocoder.cn', 0, '2099-02-19 17:14:16', 9999, '1', '2021-01-05 17:03:47', '1', '2023-11-06 11:41:41', '0'); |
| 4648 | 4648 | INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (121, '小租户', 110, '小王2', '15601691300', 0, 'zsxq.iocoder.cn', 111, '2026-07-10 00:00:00', 30, '1', '2022-02-22 00:56:14', '1', '2025-04-03 21:33:01', '0'); |
| 4649 | -INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (122, '测试租户', 113, '芋道', '15601691300', 0, 'test.iocoder.cn', 111, '2022-04-29 00:00:00', 50, '1', '2022-03-07 21:37:58', '1', '2024-09-22 12:10:50', '0'); | |
| 4649 | +INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (122, '测试租户', 113, '全域', '15601691300', 0, 'test.iocoder.cn', 111, '2022-04-29 00:00:00', 50, '1', '2022-03-07 21:37:58', '1', '2024-09-22 12:10:50', '0'); | |
| 4650 | 4650 | COMMIT; |
| 4651 | 4651 | -- @formatter:on |
| 4652 | 4652 | |
| ... | ... | @@ -4872,7 +4872,7 @@ COMMENT ON TABLE system_users IS '用户信息表'; |
| 4872 | 4872 | -- @formatter:off |
| 4873 | 4873 | BEGIN; |
| 4874 | 4874 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, 'admin', '$2a$04$KljJDa/LK7QfDm0lF5OhuePhlPfjRH3tB2Wu351Uidz.oQGJXevPi', 'ZIEITS', '管理员', 103, '[1,2]', '11aoteman@126.com', '18818260277', 2, 'http://test.urbanops.iocoder.cn/test/20250502/avatar_1746154660449.png', 0, '0:0:0:0:0:0:0:1', '2025-05-10 18:03:15', 'admin', '2021-01-05 17:03:47', NULL, '2025-05-10 18:03:15', '0', 1); |
| 4875 | -INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (100, 'urbanops', '$2a$04$h.aaPKgO.odHepnk5PCsWeEwKdojFWdTItxGKfx1r0e1CSeBzsTJ6', '芋道', '不要吓我', 104, '[1]', 'urbanops@iocoder.cn', '15601691300', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2025-04-08 09:36:40', '', '2021-01-07 09:07:17', NULL, '2025-04-21 14:23:08', '0', 1); | |
| 4875 | +INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (100, 'urbanops', '$2a$04$h.aaPKgO.odHepnk5PCsWeEwKdojFWdTItxGKfx1r0e1CSeBzsTJ6', '全域', '不要吓我', 104, '[1]', 'urbanops@iocoder.cn', '15601691300', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2025-04-08 09:36:40', '', '2021-01-07 09:07:17', NULL, '2025-04-21 14:23:08', '0', 1); | |
| 4876 | 4876 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (103, 'yuanma', '$2a$04$fUBSmjKCPYAUmnMzOb6qE.eZCGPhHi1JmAKclODbfS/O7fHOl2bH6', '源码', NULL, 106, NULL, 'yuanma@iocoder.cn', '15601701300', 0, NULL, 0, '0:0:0:0:0:0:0:1', '2024-08-11 17:48:12', '', '2021-01-13 23:50:35', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4877 | 4877 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (104, 'test', '$2a$04$BrwaYn303hjA/6TnXqdGoOLhyHOAA0bVrAFu6.1dJKycqKUnIoRz2', '测试号', NULL, 107, '[1,2]', '111@qq.com', '15601691200', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2025-03-28 20:01:16', '', '2021-01-21 02:13:53', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4878 | 4878 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (107, 'admin107', '$2a$10$dYOOBKMO93v/.ReCqzyFg.o67Tqk.bbc2bhrpyBGkIw9aypCtr2pm', '芋艿', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '', NULL, '1', '2022-02-20 22:59:33', '1', '2025-04-21 14:23:08', '0', 118); |
| ... | ... | @@ -4881,7 +4881,7 @@ INSERT INTO system_users (id, username, password, nickname, remark, dept_id, pos |
| 4881 | 4881 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (110, 'admin110', '$2a$10$mRMIYLDtRHlf6.9ipiqH1.Z.bh/R9dO9d5iHiGYPigi6r5KOoR2Wm', '小王', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '0:0:0:0:0:0:0:1', '2024-07-20 22:23:17', '1', '2022-02-22 00:56:14', NULL, '2025-04-21 14:23:08', '0', 121); |
| 4882 | 4882 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (111, 'test', '$2a$10$mRMIYLDtRHlf6.9ipiqH1.Z.bh/R9dO9d5iHiGYPigi6r5KOoR2Wm', '测试用户', NULL, NULL, '[]', '', '', 0, NULL, 0, '0:0:0:0:0:0:0:1', '2023-12-30 11:42:17', '110', '2022-02-23 13:14:33', NULL, '2025-04-21 14:23:08', '0', 121); |
| 4883 | 4883 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (112, 'newobject', '$2a$04$dB0z8Q819fJWz0hbaLe6B.VfHCjYgWx6LFfET5lyz3JwcqlyCkQ4C', '新对象', NULL, 100, '[]', '', '15601691235', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2024-03-16 23:11:38', '1', '2022-02-23 19:08:03', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4884 | -INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (113, 'aoteman', '$2a$10$0acJOIk2D25/oC87nyclE..0lzeu9DtQ/n3geP4fkun/zIVRhHJIO', '芋道1', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '127.0.0.1', '2022-03-19 18:38:51', '1', '2022-03-07 21:37:58', '1', '2025-05-05 15:30:53', '0', 122); | |
| 4884 | +INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (113, 'aoteman', '$2a$10$0acJOIk2D25/oC87nyclE..0lzeu9DtQ/n3geP4fkun/zIVRhHJIO', '全域1', NULL, NULL, NULL, '', '15601691300', 0, NULL, 0, '127.0.0.1', '2022-03-19 18:38:51', '1', '2022-03-07 21:37:58', '1', '2025-05-05 15:30:53', '0', 122); | |
| 4885 | 4885 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (114, 'hrmgr', '$2a$10$TR4eybBioGRhBmDBWkqWLO6NIh3mzYa8KBKDDB5woiGYFVlRAi.fu', 'hr 小姐姐', NULL, NULL, '[5]', '', '15601691236', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2024-03-24 22:21:05', '1', '2022-03-19 21:50:58', NULL, '2025-04-21 14:23:08', '0', 1); |
| 4886 | 4886 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (115, 'aotemane', '$2a$04$GcyP0Vyzb2F2Yni5PuIK9ueGxM0tkZGMtDwVRwrNbtMvorzbpNsV2', '阿呆', '11222', 102, '[1,2]', '7648@qq.com', '15601691229', 2, NULL, 0, '', NULL, '1', '2022-04-30 02:55:43', '1', '2025-04-21 14:23:08', '0', 1); |
| 4887 | 4887 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (117, 'admin123', '$2a$04$sEtimsHu9YCkYY4/oqElHem2Ijc9ld20eYO6lN.g/21NfLUTDLB9W', '测试号02', '1111', 100, '[2]', '', '15601691234', 1, NULL, 0, '0:0:0:0:0:0:0:1', '2024-10-02 10:16:20', '1', '2022-07-09 17:40:26', NULL, '2025-04-21 14:23:08', '0', 1); | ... | ... |
sql/sqlserver/ruoyi-vue-pro.sql
| ... | ... | @@ -6371,7 +6371,7 @@ BEGIN TRANSACTION |
| 6371 | 6371 | GO |
| 6372 | 6372 | SET IDENTITY_INSERT system_notice ON |
| 6373 | 6373 | GO |
| 6374 | -INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, N'芋道的公众', N'<p>新版本内容133</p>', 1, 0, N'admin', N'2021-01-05 17:03:48', N'1', N'2022-05-04 21:00:20', N'0', 1) | |
| 6374 | +INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, N'全域的公众', N'<p>新版本内容133</p>', 1, 0, N'admin', N'2021-01-05 17:03:48', N'1', N'2022-05-04 21:00:20', N'0', 1) | |
| 6375 | 6375 | GO |
| 6376 | 6376 | INSERT INTO system_notice (id, title, content, type, status, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (2, N'维护通知:2018-07-01 系统凌晨维护', N'<p><img src="http://test.urbanops.iocoder.cn/b7cb3cf49b4b3258bf7309a09dd2f4e5.jpg" alt="" data-href="">11112222<img src="http://test.urbanops.iocoder.cn/fe44fc7bdb82ca421184b2eebbaee9e2148d4a1827479a4eb4521e11d2a062ba.png" alt="image" data-href="http://test.urbanops.iocoder.cn/fe44fc7bdb82ca421184b2eebbaee9e2148d4a1827479a4eb4521e11d2a062ba.png">3333</p>', 2, 1, N'admin', N'2021-01-05 17:03:48', N'1', N'2025-04-18 23:56:40', N'0', 1) |
| 6377 | 6377 | GO |
| ... | ... | @@ -10969,7 +10969,7 @@ INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobi |
| 10969 | 10969 | GO |
| 10970 | 10970 | INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (121, N'小租户', 110, N'小王2', N'15601691300', 0, N'zsxq.iocoder.cn', 111, N'2026-07-10 00:00:00', 30, N'1', N'2022-02-22 00:56:14', N'1', N'2025-04-03 21:33:01', N'0') |
| 10971 | 10971 | GO |
| 10972 | -INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (122, N'测试租户', 113, N'芋道', N'15601691300', 0, N'test.iocoder.cn', 111, N'2022-04-29 00:00:00', 50, N'1', N'2022-03-07 21:37:58', N'1', N'2024-09-22 12:10:50', N'0') | |
| 10972 | +INSERT INTO system_tenant (id, name, contact_user_id, contact_name, contact_mobile, status, websites, package_id, expire_time, account_count, creator, create_time, updater, update_time, deleted) VALUES (122, N'测试租户', 113, N'全域', N'15601691300', 0, N'test.iocoder.cn', 111, N'2022-04-29 00:00:00', 50, N'1', N'2022-03-07 21:37:58', N'1', N'2024-09-22 12:10:50', N'0') | |
| 10973 | 10973 | GO |
| 10974 | 10974 | SET IDENTITY_INSERT system_tenant OFF |
| 10975 | 10975 | GO |
| ... | ... | @@ -11533,7 +11533,7 @@ SET IDENTITY_INSERT system_users ON |
| 11533 | 11533 | GO |
| 11534 | 11534 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (1, N'admin', N'$2a$04$KljJDa/LK7QfDm0lF5OhuePhlPfjRH3tB2Wu351Uidz.oQGJXevPi', N'ZIEITS', N'管理员', 103, N'[1,2]', N'11aoteman@126.com', N'18818260277', 2, N'http://test.urbanops.iocoder.cn/test/20250502/avatar_1746154660449.png', 0, N'0:0:0:0:0:0:0:1', N'2025-05-10 18:03:15', N'admin', N'2021-01-05 17:03:47', NULL, N'2025-05-10 18:03:15', N'0', 1) |
| 11535 | 11535 | GO |
| 11536 | -INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (100, N'urbanops', N'$2a$04$h.aaPKgO.odHepnk5PCsWeEwKdojFWdTItxGKfx1r0e1CSeBzsTJ6', N'芋道', N'不要吓我', 104, N'[1]', N'urbanops@iocoder.cn', N'15601691300', 1, NULL, 0, N'0:0:0:0:0:0:0:1', N'2025-04-08 09:36:40', N'', N'2021-01-07 09:07:17', NULL, N'2025-04-21 14:23:08', N'0', 1) | |
| 11536 | +INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (100, N'urbanops', N'$2a$04$h.aaPKgO.odHepnk5PCsWeEwKdojFWdTItxGKfx1r0e1CSeBzsTJ6', N'全域', N'不要吓我', 104, N'[1]', N'urbanops@iocoder.cn', N'15601691300', 1, NULL, 0, N'0:0:0:0:0:0:0:1', N'2025-04-08 09:36:40', N'', N'2021-01-07 09:07:17', NULL, N'2025-04-21 14:23:08', N'0', 1) | |
| 11537 | 11537 | GO |
| 11538 | 11538 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (103, N'yuanma', N'$2a$04$fUBSmjKCPYAUmnMzOb6qE.eZCGPhHi1JmAKclODbfS/O7fHOl2bH6', N'源码', NULL, 106, NULL, N'yuanma@iocoder.cn', N'15601701300', 0, NULL, 0, N'0:0:0:0:0:0:0:1', N'2024-08-11 17:48:12', N'', N'2021-01-13 23:50:35', NULL, N'2025-04-21 14:23:08', N'0', 1) |
| 11539 | 11539 | GO |
| ... | ... | @@ -11551,7 +11551,7 @@ INSERT INTO system_users (id, username, password, nickname, remark, dept_id, pos |
| 11551 | 11551 | GO |
| 11552 | 11552 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (112, N'newobject', N'$2a$04$dB0z8Q819fJWz0hbaLe6B.VfHCjYgWx6LFfET5lyz3JwcqlyCkQ4C', N'新对象', NULL, 100, N'[]', N'', N'15601691235', 1, NULL, 0, N'0:0:0:0:0:0:0:1', N'2024-03-16 23:11:38', N'1', N'2022-02-23 19:08:03', NULL, N'2025-04-21 14:23:08', N'0', 1) |
| 11553 | 11553 | GO |
| 11554 | -INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (113, N'aoteman', N'$2a$10$0acJOIk2D25/oC87nyclE..0lzeu9DtQ/n3geP4fkun/zIVRhHJIO', N'芋道1', NULL, NULL, NULL, N'', N'15601691300', 0, NULL, 0, N'127.0.0.1', N'2022-03-19 18:38:51', N'1', N'2022-03-07 21:37:58', N'1', N'2025-05-05 15:30:53', N'0', 122) | |
| 11554 | +INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (113, N'aoteman', N'$2a$10$0acJOIk2D25/oC87nyclE..0lzeu9DtQ/n3geP4fkun/zIVRhHJIO', N'全域1', NULL, NULL, NULL, N'', N'15601691300', 0, NULL, 0, N'127.0.0.1', N'2022-03-19 18:38:51', N'1', N'2022-03-07 21:37:58', N'1', N'2025-05-05 15:30:53', N'0', 122) | |
| 11555 | 11555 | GO |
| 11556 | 11556 | INSERT INTO system_users (id, username, password, nickname, remark, dept_id, post_ids, email, mobile, sex, avatar, status, login_ip, login_date, creator, create_time, updater, update_time, deleted, tenant_id) VALUES (114, N'hrmgr', N'$2a$10$TR4eybBioGRhBmDBWkqWLO6NIh3mzYa8KBKDDB5woiGYFVlRAi.fu', N'hr 小姐姐', NULL, NULL, N'[5]', N'', N'15601691236', 1, NULL, 0, N'0:0:0:0:0:0:0:1', N'2024-03-24 22:21:05', N'1', N'2022-03-19 21:50:58', NULL, N'2025-04-21 14:23:08', N'0', 1) |
| 11557 | 11557 | GO | ... | ... |
sql/tools/convertor.py
| 1 | 1 | # encoding=utf8 |
| 2 | -"""芋道系统数据库迁移工具 | |
| 2 | +"""全域系统数据库迁移工具 | |
| 3 | 3 | |
| 4 | 4 | Author: dhb52 (https://gitee.com/dhb52) |
| 5 | 5 | |
| ... | ... | @@ -915,7 +915,7 @@ class OpengaussConvertor(KingbaseConvertor): |
| 915 | 915 | |
| 916 | 916 | |
| 917 | 917 | def main(): |
| 918 | - parser = argparse.ArgumentParser(description="芋道系统数据库转换工具") | |
| 918 | + parser = argparse.ArgumentParser(description="全域系统数据库转换工具") | |
| 919 | 919 | parser.add_argument( |
| 920 | 920 | "type", |
| 921 | 921 | type=str, | ... | ... |
urbanops-framework/urbanops-common/src/main/java/com/zteits/urbanops/framework/common/biz/system/logger/dto/OperateLogCreateReqDTO.java
urbanops-framework/urbanops-spring-boot-starter-security/src/main/java/com/zteits/urbanops/framework/operatelog/core/service/LogRecordServiceImpl.java
| ... | ... | @@ -61,7 +61,7 @@ public class LogRecordServiceImpl implements ILogRecordService { |
| 61 | 61 | reqDTO.setType(logRecord.getType()); // 大模块类型,例如:CRM 客户 |
| 62 | 62 | reqDTO.setSubType(logRecord.getSubType());// 操作名称,例如:转移客户 |
| 63 | 63 | reqDTO.setBizId(Long.parseLong(logRecord.getBizNo())); // 业务编号,例如:客户编号 |
| 64 | - reqDTO.setAction(logRecord.getAction());// 操作内容,例如:修改编号为 1 的用户信息,将性别从男改成女,将姓名从芋道改成源码。 | |
| 64 | + reqDTO.setAction(logRecord.getAction());// 操作内容,例如:修改编号为 1 的用户信息,将性别从男改成女,将姓名从全域改成源码。 | |
| 65 | 65 | reqDTO.setExtra(logRecord.getExtra()); // 拓展字段,有些复杂的业务,需要记录一些字段 ( JSON 格式 ),例如说,记录订单编号,{ orderId: "1"} |
| 66 | 66 | } |
| 67 | 67 | |
| ... | ... | @@ -88,4 +88,4 @@ public class LogRecordServiceImpl implements ILogRecordService { |
| 88 | 88 | throw new UnsupportedOperationException("使用 OperateLogApi 进行操作日志的查询"); |
| 89 | 89 | } |
| 90 | 90 | |
| 91 | -} | |
| 92 | 91 | \ No newline at end of file |
| 92 | +} | ... | ... |
urbanops-framework/urbanops-spring-boot-starter-security/《芋道 Spring Boot 安全框架 Spring Security 入门》.md
| 1 | -* 芋道 Spring Security 入门:<http://www.iocoder.cn/Spring-Boot/Spring-Security/?urbanops> | |
| 1 | +* 全域 Spring Security 入门:<http://www.iocoder.cn/Spring-Boot/Spring-Security/?urbanops> | |
| 2 | 2 | * Spring Security 基本概念:<http://www.iocoder.cn/Fight/Spring-Security-4-1-0-Basic-concept-description/?urbanops> | ... | ... |
urbanops-module-ai/src/main/java/com/zteits/urbanops/module/ai/framework/ai/config/AiAutoConfiguration.java
| ... | ... | @@ -41,7 +41,7 @@ import org.springframework.context.annotation.Configuration; |
| 41 | 41 | import java.util.List; |
| 42 | 42 | |
| 43 | 43 | /** |
| 44 | - * 芋道 AI 自动配置 | |
| 44 | + * 全域 AI 自动配置 | |
| 45 | 45 | * |
| 46 | 46 | * @author fansili |
| 47 | 47 | */ |
| ... | ... | @@ -285,4 +285,4 @@ public class AiAutoConfiguration { |
| 285 | 285 | return List.of(ToolCallbacks.from(personService)); |
| 286 | 286 | } |
| 287 | 287 | |
| 288 | -} | |
| 289 | 288 | \ No newline at end of file |
| 289 | +} | ... | ... |
urbanops-module-ai/src/main/java/com/zteits/urbanops/module/ai/framework/ai/config/UrbanopsAiProperties.java
urbanops-module-bpm/src/main/java/com/zteits/urbanops/module/bpm/controller/admin/definition/vo/form/BpmFormPageReqVO.java
urbanops-module-bpm/src/main/java/com/zteits/urbanops/module/bpm/controller/admin/definition/vo/form/BpmFormRespVO.java
| ... | ... | @@ -14,7 +14,7 @@ public class BpmFormRespVO { |
| 14 | 14 | @Schema(description = "表单编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 15 | 15 | private Long id; |
| 16 | 16 | |
| 17 | - @Schema(description = "表单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 17 | + @Schema(description = "表单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 18 | 18 | @NotNull(message = "表单名称不能为空") |
| 19 | 19 | private String name; |
| 20 | 20 | ... | ... |
urbanops-module-bpm/src/main/java/com/zteits/urbanops/module/bpm/controller/admin/definition/vo/form/BpmFormSaveReqVO.java
| ... | ... | @@ -12,7 +12,7 @@ public class BpmFormSaveReqVO { |
| 12 | 12 | @Schema(description = "表单编号", example = "1024") |
| 13 | 13 | private Long id; |
| 14 | 14 | |
| 15 | - @Schema(description = "表单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 15 | + @Schema(description = "表单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 16 | 16 | @NotNull(message = "表单名称不能为空") |
| 17 | 17 | private String name; |
| 18 | 18 | ... | ... |
urbanops-module-bpm/src/main/java/com/zteits/urbanops/module/bpm/controller/admin/definition/vo/group/BpmUserGroupPageReqVO.java
| ... | ... | @@ -17,7 +17,7 @@ public class BpmUserGroupPageReqVO extends PageParam { |
| 17 | 17 | @Schema(description = "编号", example = "1024") |
| 18 | 18 | private Long id; |
| 19 | 19 | |
| 20 | - @Schema(description = "组名", example = "芋道") | |
| 20 | + @Schema(description = "组名", example = "全域") | |
| 21 | 21 | private String name; |
| 22 | 22 | |
| 23 | 23 | @Schema(description = "状态", example = "1") | ... | ... |
urbanops-module-bpm/src/main/java/com/zteits/urbanops/module/bpm/controller/admin/definition/vo/group/BpmUserGroupRespVO.java
| ... | ... | @@ -13,7 +13,7 @@ public class BpmUserGroupRespVO { |
| 13 | 13 | @Schema(description = "编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 14 | 14 | private Long id; |
| 15 | 15 | |
| 16 | - @Schema(description = "组名", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 16 | + @Schema(description = "组名", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 17 | 17 | private String name; |
| 18 | 18 | |
| 19 | 19 | @Schema(description = "描述", requiredMode = Schema.RequiredMode.REQUIRED, example = "ZIEITS") | ... | ... |
urbanops-module-bpm/src/main/java/com/zteits/urbanops/module/bpm/controller/admin/definition/vo/group/BpmUserGroupSaveReqVO.java
| ... | ... | @@ -12,7 +12,7 @@ public class BpmUserGroupSaveReqVO { |
| 12 | 12 | @Schema(description = "编号", example = "1024") |
| 13 | 13 | private Long id; |
| 14 | 14 | |
| 15 | - @Schema(description = "组名", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 15 | + @Schema(description = "组名", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 16 | 16 | @NotNull(message = "组名不能为空") |
| 17 | 17 | private String name; |
| 18 | 18 | ... | ... |
urbanops-module-bpm/src/main/java/com/zteits/urbanops/module/bpm/controller/admin/definition/vo/model/BpmModelRespVO.java
| ... | ... | @@ -20,7 +20,7 @@ public class BpmModelRespVO extends BpmModelMetaInfoVO { |
| 20 | 20 | @Schema(description = "流程标识", requiredMode = Schema.RequiredMode.REQUIRED, example = "process_urbanops") |
| 21 | 21 | private String key; |
| 22 | 22 | |
| 23 | - @Schema(description = "流程名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 23 | + @Schema(description = "流程名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 24 | 24 | private String name; |
| 25 | 25 | |
| 26 | 26 | @Schema(description = "流程图标", example = "https://www.iocoder.cn/urbanops.jpg") | ... | ... |
urbanops-module-bpm/src/main/java/com/zteits/urbanops/module/bpm/controller/admin/definition/vo/model/BpmModelSaveReqVO.java
| ... | ... | @@ -17,7 +17,7 @@ public class BpmModelSaveReqVO extends BpmModelMetaInfoVO { |
| 17 | 17 | @NotEmpty(message = "流程标识不能为空") |
| 18 | 18 | private String key; |
| 19 | 19 | |
| 20 | - @Schema(description = "流程名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 20 | + @Schema(description = "流程名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 21 | 21 | @NotEmpty(message = "流程名称不能为空") |
| 22 | 22 | private String name; |
| 23 | 23 | ... | ... |
urbanops-module-bpm/src/main/java/com/zteits/urbanops/module/bpm/controller/admin/definition/vo/process/BpmProcessDefinitionRespVO.java
| ... | ... | @@ -17,7 +17,7 @@ public class BpmProcessDefinitionRespVO extends BpmModelMetaInfoVO { |
| 17 | 17 | @Schema(description = "版本", requiredMode = Schema.RequiredMode.REQUIRED, example = "1") |
| 18 | 18 | private Integer version; |
| 19 | 19 | |
| 20 | - @Schema(description = "流程名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 20 | + @Schema(description = "流程名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 21 | 21 | private String name; |
| 22 | 22 | |
| 23 | 23 | @Schema(description = "流程标识", requiredMode = Schema.RequiredMode.REQUIRED, example = "youdao") | ... | ... |
urbanops-module-bpm/src/main/java/com/zteits/urbanops/module/bpm/controller/admin/task/vo/instance/BpmProcessInstanceCopyPageReqVO.java
| ... | ... | @@ -13,7 +13,7 @@ import static com.zteits.urbanops.framework.common.util.date.DateUtils.FORMAT_YE |
| 13 | 13 | @Data |
| 14 | 14 | public class BpmProcessInstanceCopyPageReqVO extends PageParam { |
| 15 | 15 | |
| 16 | - @Schema(description = "流程名称", example = "芋道") | |
| 16 | + @Schema(description = "流程名称", example = "全域") | |
| 17 | 17 | private String processInstanceName; |
| 18 | 18 | |
| 19 | 19 | @Schema(description = "创建时间") | ... | ... |
urbanops-module-bpm/src/main/java/com/zteits/urbanops/module/bpm/controller/admin/task/vo/instance/BpmProcessInstancePageReqVO.java
| ... | ... | @@ -15,7 +15,7 @@ import static com.zteits.urbanops.framework.common.util.date.DateUtils.FORMAT_YE |
| 15 | 15 | @Data |
| 16 | 16 | public class BpmProcessInstancePageReqVO extends PageParam { |
| 17 | 17 | |
| 18 | - @Schema(description = "流程名称", example = "芋道") | |
| 18 | + @Schema(description = "流程名称", example = "全域") | |
| 19 | 19 | private String name; |
| 20 | 20 | |
| 21 | 21 | @Schema(description = "流程定义的标识", example = "2048") | ... | ... |
urbanops-module-bpm/src/main/java/com/zteits/urbanops/module/bpm/controller/admin/task/vo/instance/BpmProcessInstanceRespVO.java
| ... | ... | @@ -18,7 +18,7 @@ public class BpmProcessInstanceRespVO { |
| 18 | 18 | @Schema(description = "流程实例的编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 19 | 19 | private String id; |
| 20 | 20 | |
| 21 | - @Schema(description = "流程名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 21 | + @Schema(description = "流程名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 22 | 22 | private String name; |
| 23 | 23 | |
| 24 | 24 | @Schema(description = "流程摘要") |
| ... | ... | @@ -71,7 +71,7 @@ public class BpmProcessInstanceRespVO { |
| 71 | 71 | @Schema(description = "流程任务的编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 72 | 72 | private String id; |
| 73 | 73 | |
| 74 | - @Schema(description = "任务名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 74 | + @Schema(description = "任务名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 75 | 75 | private String name; |
| 76 | 76 | |
| 77 | 77 | @Schema(description = "任务分配人编号", requiredMode = Schema.RequiredMode.NOT_REQUIRED, example = "2048") | ... | ... |
urbanops-module-bpm/src/main/java/com/zteits/urbanops/module/bpm/controller/admin/task/vo/instance/BpmProcessPrintDataRespVO.java
| ... | ... | @@ -28,7 +28,7 @@ public class BpmProcessPrintDataRespVO { |
| 28 | 28 | @Schema(description = "流程任务的编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 29 | 29 | private String id; |
| 30 | 30 | |
| 31 | - @Schema(description = "任务名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 31 | + @Schema(description = "任务名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 32 | 32 | private String name; |
| 33 | 33 | |
| 34 | 34 | @Schema(description = "签名 URL", example = "https://www.iocoder.cn/sign.png") | ... | ... |
urbanops-module-bpm/src/main/java/com/zteits/urbanops/module/bpm/controller/admin/task/vo/task/BpmTaskPageReqVO.java
| ... | ... | @@ -14,7 +14,7 @@ import java.time.LocalDateTime; |
| 14 | 14 | @Data |
| 15 | 15 | public class BpmTaskPageReqVO extends PageParam { |
| 16 | 16 | |
| 17 | - @Schema(description = "流程任务名", example = "芋道") | |
| 17 | + @Schema(description = "流程任务名", example = "全域") | |
| 18 | 18 | private String name; |
| 19 | 19 | |
| 20 | 20 | @Schema(description = "流程分类", example = "1") | ... | ... |
urbanops-module-bpm/src/main/java/com/zteits/urbanops/module/bpm/controller/admin/task/vo/task/BpmTaskRespVO.java
| ... | ... | @@ -17,7 +17,7 @@ public class BpmTaskRespVO { |
| 17 | 17 | @Schema(description = "任务编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 18 | 18 | private String id; |
| 19 | 19 | |
| 20 | - @Schema(description = "任务名字", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 20 | + @Schema(description = "任务名字", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 21 | 21 | private String name; |
| 22 | 22 | |
| 23 | 23 | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) |
| ... | ... | @@ -95,7 +95,7 @@ public class BpmTaskRespVO { |
| 95 | 95 | @Schema(description = "流程实例编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 96 | 96 | private String id; |
| 97 | 97 | |
| 98 | - @Schema(description = "流程实例名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 98 | + @Schema(description = "流程实例名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 99 | 99 | private String name; |
| 100 | 100 | |
| 101 | 101 | @Schema(description = "提交时间", requiredMode = Schema.RequiredMode.REQUIRED) | ... | ... |
urbanops-module-bpm/src/test/java/com/zteits/urbanops/module/bpm/service/definition/BpmFormServiceTest.java
| ... | ... | @@ -124,7 +124,7 @@ public class BpmFormServiceTest extends BaseDbUnitTest { |
| 124 | 124 | formMapper.insert(cloneIgnoreId(dbForm, o -> o.setName("源码"))); |
| 125 | 125 | // 准备参数 |
| 126 | 126 | BpmFormPageReqVO reqVO = new BpmFormPageReqVO(); |
| 127 | - reqVO.setName("芋道"); | |
| 127 | + reqVO.setName("全域"); | |
| 128 | 128 | |
| 129 | 129 | // 调用 |
| 130 | 130 | PageResult<BpmFormDO> pageResult = formService.getFormPage(reqVO); | ... | ... |
urbanops-module-bpm/src/test/java/com/zteits/urbanops/module/bpm/service/definition/BpmUserGroupServiceTest.java
| ... | ... | @@ -108,7 +108,7 @@ public class BpmUserGroupServiceTest extends BaseDbUnitTest { |
| 108 | 108 | }); |
| 109 | 109 | userGroupMapper.insert(dbUserGroup); |
| 110 | 110 | // 测试 name 不匹配 |
| 111 | - userGroupMapper.insert(cloneIgnoreId(dbUserGroup, o -> o.setName("芋道"))); | |
| 111 | + userGroupMapper.insert(cloneIgnoreId(dbUserGroup, o -> o.setName("全域"))); | |
| 112 | 112 | // 测试 status 不匹配 |
| 113 | 113 | userGroupMapper.insert(cloneIgnoreId(dbUserGroup, o -> o.setStatus(CommonStatusEnum.DISABLE.getStatus()))); |
| 114 | 114 | // 测试 createTime 不匹配 | ... | ... |
urbanops-module-bpm/src/test/resources/application-unit-test.yaml
| ... | ... | @@ -34,9 +34,9 @@ mybatis-plus: |
| 34 | 34 | |
| 35 | 35 | --- #################### 监控相关配置 #################### |
| 36 | 36 | |
| 37 | ---- #################### 芋道相关配置 #################### | |
| 37 | +--- #################### 全域相关配置 #################### | |
| 38 | 38 | |
| 39 | -# 芋道配置项,设置当前项目所有自定义的配置 | |
| 39 | +# 全域配置项,设置当前项目所有自定义的配置 | |
| 40 | 40 | urbanops: |
| 41 | 41 | info: |
| 42 | 42 | base-package: com.zteits.urbanops.module | ... | ... |
urbanops-module-crm/src/main/java/com/zteits/urbanops/module/crm/controller/admin/customer/CrmCustomerController.java
| ... | ... | @@ -249,7 +249,7 @@ public class CrmCustomerController { |
| 249 | 249 | public void importTemplate(HttpServletResponse response) throws IOException { |
| 250 | 250 | // 手动创建导出 demo |
| 251 | 251 | List<CrmCustomerImportExcelVO> list = Arrays.asList( |
| 252 | - CrmCustomerImportExcelVO.builder().name("芋道").industryId(1).level(1).source(1) | |
| 252 | + CrmCustomerImportExcelVO.builder().name("全域").industryId(1).level(1).source(1) | |
| 253 | 253 | .mobile("15601691300").telephone("").qq("").wechat("").email("yunai@iocoder.cn") |
| 254 | 254 | .areaId(null).detailAddress("").remark("").build(), |
| 255 | 255 | CrmCustomerImportExcelVO.builder().name("源码").industryId(1).level(1).source(1) | ... | ... |
urbanops-module-crm/src/test/resources/application-unit-test.yaml
| ... | ... | @@ -41,9 +41,9 @@ mybatis-plus: |
| 41 | 41 | |
| 42 | 42 | --- #################### 监控相关配置 #################### |
| 43 | 43 | |
| 44 | ---- #################### 芋道相关配置 #################### | |
| 44 | +--- #################### 全域相关配置 #################### | |
| 45 | 45 | |
| 46 | -# 芋道配置项,设置当前项目所有自定义的配置 | |
| 46 | +# 全域配置项,设置当前项目所有自定义的配置 | |
| 47 | 47 | urbanops: |
| 48 | 48 | info: |
| 49 | 49 | base-package: com.zteits.urbanops | ... | ... |
urbanops-module-erp/src/main/java/com/zteits/urbanops/module/erp/controller/admin/finance/vo/payment/ErpFinancePaymentRespVO.java
| ... | ... | @@ -54,9 +54,9 @@ public class ErpFinancePaymentRespVO { |
| 54 | 54 | @Schema(description = "备注", example = "你猜") |
| 55 | 55 | private String remark; |
| 56 | 56 | |
| 57 | - @Schema(description = "创建人", example = "芋道") | |
| 57 | + @Schema(description = "创建人", example = "全域") | |
| 58 | 58 | private String creator; |
| 59 | - @Schema(description = "创建人名称", example = "芋道") | |
| 59 | + @Schema(description = "创建人名称", example = "全域") | |
| 60 | 60 | private String creatorName; |
| 61 | 61 | |
| 62 | 62 | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) | ... | ... |
urbanops-module-erp/src/main/java/com/zteits/urbanops/module/erp/controller/admin/finance/vo/receipt/ErpFinanceReceiptRespVO.java
| ... | ... | @@ -54,9 +54,9 @@ public class ErpFinanceReceiptRespVO { |
| 54 | 54 | @Schema(description = "备注", example = "你猜") |
| 55 | 55 | private String remark; |
| 56 | 56 | |
| 57 | - @Schema(description = "创建人", example = "芋道") | |
| 57 | + @Schema(description = "创建人", example = "全域") | |
| 58 | 58 | private String creator; |
| 59 | - @Schema(description = "创建人名称", example = "芋道") | |
| 59 | + @Schema(description = "创建人名称", example = "全域") | |
| 60 | 60 | private String creatorName; |
| 61 | 61 | |
| 62 | 62 | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) | ... | ... |
urbanops-module-erp/src/main/java/com/zteits/urbanops/module/erp/controller/admin/purchase/vo/in/ErpPurchaseInRespVO.java
| ... | ... | @@ -29,7 +29,7 @@ public class ErpPurchaseInRespVO { |
| 29 | 29 | |
| 30 | 30 | @Schema(description = "供应商编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1724") |
| 31 | 31 | private Long supplierId; |
| 32 | - @Schema(description = "供应商名称", example = "芋道") | |
| 32 | + @Schema(description = "供应商名称", example = "全域") | |
| 33 | 33 | @ExcelProperty("供应商名称") |
| 34 | 34 | private String supplierName; |
| 35 | 35 | |
| ... | ... | @@ -78,9 +78,9 @@ public class ErpPurchaseInRespVO { |
| 78 | 78 | @ExcelProperty("备注") |
| 79 | 79 | private String remark; |
| 80 | 80 | |
| 81 | - @Schema(description = "创建人", example = "芋道") | |
| 81 | + @Schema(description = "创建人", example = "全域") | |
| 82 | 82 | private String creator; |
| 83 | - @Schema(description = "创建人名称", example = "芋道") | |
| 83 | + @Schema(description = "创建人名称", example = "全域") | |
| 84 | 84 | private String creatorName; |
| 85 | 85 | |
| 86 | 86 | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) | ... | ... |
urbanops-module-erp/src/main/java/com/zteits/urbanops/module/erp/controller/admin/purchase/vo/order/ErpPurchaseOrderRespVO.java
| ... | ... | @@ -29,7 +29,7 @@ public class ErpPurchaseOrderRespVO { |
| 29 | 29 | |
| 30 | 30 | @Schema(description = "供应商编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1724") |
| 31 | 31 | private Long supplierId; |
| 32 | - @Schema(description = "供应商名称", example = "芋道") | |
| 32 | + @Schema(description = "供应商名称", example = "全域") | |
| 33 | 33 | @ExcelProperty("供应商名称") |
| 34 | 34 | private String supplierName; |
| 35 | 35 | |
| ... | ... | @@ -71,9 +71,9 @@ public class ErpPurchaseOrderRespVO { |
| 71 | 71 | @ExcelProperty("备注") |
| 72 | 72 | private String remark; |
| 73 | 73 | |
| 74 | - @Schema(description = "创建人", example = "芋道") | |
| 74 | + @Schema(description = "创建人", example = "全域") | |
| 75 | 75 | private String creator; |
| 76 | - @Schema(description = "创建人名称", example = "芋道") | |
| 76 | + @Schema(description = "创建人名称", example = "全域") | |
| 77 | 77 | private String creatorName; |
| 78 | 78 | |
| 79 | 79 | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) | ... | ... |
urbanops-module-erp/src/main/java/com/zteits/urbanops/module/erp/controller/admin/purchase/vo/returns/ErpPurchaseReturnRespVO.java
| ... | ... | @@ -29,7 +29,7 @@ public class ErpPurchaseReturnRespVO { |
| 29 | 29 | |
| 30 | 30 | @Schema(description = "供应商编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1724") |
| 31 | 31 | private Long supplierId; |
| 32 | - @Schema(description = "供应商名称", example = "芋道") | |
| 32 | + @Schema(description = "供应商名称", example = "全域") | |
| 33 | 33 | @ExcelProperty("供应商名称") |
| 34 | 34 | private String supplierName; |
| 35 | 35 | |
| ... | ... | @@ -78,9 +78,9 @@ public class ErpPurchaseReturnRespVO { |
| 78 | 78 | @ExcelProperty("备注") |
| 79 | 79 | private String remark; |
| 80 | 80 | |
| 81 | - @Schema(description = "创建人", example = "芋道") | |
| 81 | + @Schema(description = "创建人", example = "全域") | |
| 82 | 82 | private String creator; |
| 83 | - @Schema(description = "创建人名称", example = "芋道") | |
| 83 | + @Schema(description = "创建人名称", example = "全域") | |
| 84 | 84 | private String creatorName; |
| 85 | 85 | |
| 86 | 86 | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) | ... | ... |
urbanops-module-erp/src/main/java/com/zteits/urbanops/module/erp/controller/admin/sale/vo/order/ErpSaleOrderRespVO.java
| ... | ... | @@ -29,7 +29,7 @@ public class ErpSaleOrderRespVO { |
| 29 | 29 | |
| 30 | 30 | @Schema(description = "客户编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1724") |
| 31 | 31 | private Long customerId; |
| 32 | - @Schema(description = "客户名称", example = "芋道") | |
| 32 | + @Schema(description = "客户名称", example = "全域") | |
| 33 | 33 | @ExcelProperty("客户名称") |
| 34 | 34 | private String customerName; |
| 35 | 35 | |
| ... | ... | @@ -74,9 +74,9 @@ public class ErpSaleOrderRespVO { |
| 74 | 74 | @ExcelProperty("备注") |
| 75 | 75 | private String remark; |
| 76 | 76 | |
| 77 | - @Schema(description = "创建人", example = "芋道") | |
| 77 | + @Schema(description = "创建人", example = "全域") | |
| 78 | 78 | private String creator; |
| 79 | - @Schema(description = "创建人名称", example = "芋道") | |
| 79 | + @Schema(description = "创建人名称", example = "全域") | |
| 80 | 80 | private String creatorName; |
| 81 | 81 | |
| 82 | 82 | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) | ... | ... |
urbanops-module-erp/src/main/java/com/zteits/urbanops/module/erp/controller/admin/sale/vo/out/ErpSaleOutRespVO.java
| ... | ... | @@ -29,7 +29,7 @@ public class ErpSaleOutRespVO { |
| 29 | 29 | |
| 30 | 30 | @Schema(description = "客户编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1724") |
| 31 | 31 | private Long customerId; |
| 32 | - @Schema(description = "客户名称", example = "芋道") | |
| 32 | + @Schema(description = "客户名称", example = "全域") | |
| 33 | 33 | @ExcelProperty("客户名称") |
| 34 | 34 | private String customerName; |
| 35 | 35 | |
| ... | ... | @@ -81,9 +81,9 @@ public class ErpSaleOutRespVO { |
| 81 | 81 | @ExcelProperty("备注") |
| 82 | 82 | private String remark; |
| 83 | 83 | |
| 84 | - @Schema(description = "创建人", example = "芋道") | |
| 84 | + @Schema(description = "创建人", example = "全域") | |
| 85 | 85 | private String creator; |
| 86 | - @Schema(description = "创建人名称", example = "芋道") | |
| 86 | + @Schema(description = "创建人名称", example = "全域") | |
| 87 | 87 | private String creatorName; |
| 88 | 88 | |
| 89 | 89 | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) | ... | ... |
urbanops-module-erp/src/main/java/com/zteits/urbanops/module/erp/controller/admin/sale/vo/returns/ErpSaleReturnRespVO.java
| ... | ... | @@ -29,7 +29,7 @@ public class ErpSaleReturnRespVO { |
| 29 | 29 | |
| 30 | 30 | @Schema(description = "客户编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1724") |
| 31 | 31 | private Long customerId; |
| 32 | - @Schema(description = "客户名称", example = "芋道") | |
| 32 | + @Schema(description = "客户名称", example = "全域") | |
| 33 | 33 | @ExcelProperty("客户名称") |
| 34 | 34 | private String customerName; |
| 35 | 35 | |
| ... | ... | @@ -81,9 +81,9 @@ public class ErpSaleReturnRespVO { |
| 81 | 81 | @ExcelProperty("备注") |
| 82 | 82 | private String remark; |
| 83 | 83 | |
| 84 | - @Schema(description = "创建人", example = "芋道") | |
| 84 | + @Schema(description = "创建人", example = "全域") | |
| 85 | 85 | private String creator; |
| 86 | - @Schema(description = "创建人名称", example = "芋道") | |
| 86 | + @Schema(description = "创建人名称", example = "全域") | |
| 87 | 87 | private String creatorName; |
| 88 | 88 | |
| 89 | 89 | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) | ... | ... |
urbanops-module-erp/src/main/java/com/zteits/urbanops/module/erp/controller/admin/stock/vo/check/ErpStockCheckRespVO.java
| ... | ... | @@ -51,9 +51,9 @@ public class ErpStockCheckRespVO { |
| 51 | 51 | @Schema(description = "附件 URL", example = "https://www.iocoder.cn/1.doc") |
| 52 | 52 | private String fileUrl; |
| 53 | 53 | |
| 54 | - @Schema(description = "创建人", example = "芋道") | |
| 54 | + @Schema(description = "创建人", example = "全域") | |
| 55 | 55 | private String creator; |
| 56 | - @Schema(description = "创建人名称", example = "芋道") | |
| 56 | + @Schema(description = "创建人名称", example = "全域") | |
| 57 | 57 | private String creatorName; |
| 58 | 58 | |
| 59 | 59 | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) | ... | ... |
urbanops-module-erp/src/main/java/com/zteits/urbanops/module/erp/controller/admin/stock/vo/in/ErpStockInRespVO.java
| ... | ... | @@ -28,7 +28,7 @@ public class ErpStockInRespVO { |
| 28 | 28 | |
| 29 | 29 | @Schema(description = "供应商编号", example = "3113") |
| 30 | 30 | private Long supplierId; |
| 31 | - @Schema(description = "供应商名称", example = "芋道") | |
| 31 | + @Schema(description = "供应商名称", example = "全域") | |
| 32 | 32 | @ExcelProperty("供应商名称") |
| 33 | 33 | private String supplierName; |
| 34 | 34 | |
| ... | ... | @@ -56,9 +56,9 @@ public class ErpStockInRespVO { |
| 56 | 56 | @Schema(description = "附件 URL", example = "https://www.iocoder.cn/1.doc") |
| 57 | 57 | private String fileUrl; |
| 58 | 58 | |
| 59 | - @Schema(description = "创建人", example = "芋道") | |
| 59 | + @Schema(description = "创建人", example = "全域") | |
| 60 | 60 | private String creator; |
| 61 | - @Schema(description = "创建人名称", example = "芋道") | |
| 61 | + @Schema(description = "创建人名称", example = "全域") | |
| 62 | 62 | private String creatorName; |
| 63 | 63 | |
| 64 | 64 | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) | ... | ... |
urbanops-module-erp/src/main/java/com/zteits/urbanops/module/erp/controller/admin/stock/vo/move/ErpStockMoveRespVO.java
| ... | ... | @@ -50,9 +50,9 @@ public class ErpStockMoveRespVO { |
| 50 | 50 | @Schema(description = "附件 URL", example = "https://www.iocoder.cn/1.doc") |
| 51 | 51 | private String fileUrl; |
| 52 | 52 | |
| 53 | - @Schema(description = "创建人", example = "芋道") | |
| 53 | + @Schema(description = "创建人", example = "全域") | |
| 54 | 54 | private String creator; |
| 55 | - @Schema(description = "创建人名称", example = "芋道") | |
| 55 | + @Schema(description = "创建人名称", example = "全域") | |
| 56 | 56 | private String creatorName; |
| 57 | 57 | |
| 58 | 58 | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) | ... | ... |
urbanops-module-erp/src/main/java/com/zteits/urbanops/module/erp/controller/admin/stock/vo/out/ErpStockOutRespVO.java
| ... | ... | @@ -28,7 +28,7 @@ public class ErpStockOutRespVO { |
| 28 | 28 | |
| 29 | 29 | @Schema(description = "客户编号", example = "3113") |
| 30 | 30 | private Long customerId; |
| 31 | - @Schema(description = "客户名称", example = "芋道") | |
| 31 | + @Schema(description = "客户名称", example = "全域") | |
| 32 | 32 | @ExcelProperty("客户名称") |
| 33 | 33 | private String customerName; |
| 34 | 34 | |
| ... | ... | @@ -56,9 +56,9 @@ public class ErpStockOutRespVO { |
| 56 | 56 | @Schema(description = "附件 URL", example = "https://www.iocoder.cn/1.doc") |
| 57 | 57 | private String fileUrl; |
| 58 | 58 | |
| 59 | - @Schema(description = "创建人", example = "芋道") | |
| 59 | + @Schema(description = "创建人", example = "全域") | |
| 60 | 60 | private String creator; |
| 61 | - @Schema(description = "创建人名称", example = "芋道") | |
| 61 | + @Schema(description = "创建人名称", example = "全域") | |
| 62 | 62 | private String creatorName; |
| 63 | 63 | |
| 64 | 64 | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) | ... | ... |
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/dal/dataobject/flowpathidea/FlowpathIdeaDO.java
| ... | ... | @@ -10,7 +10,7 @@ import java.time.LocalDateTime; |
| 10 | 10 | /** |
| 11 | 11 | * 流程审核意见 DO |
| 12 | 12 | * |
| 13 | - * @author 芋道源码 | |
| 13 | + * @author 全域源码 | |
| 14 | 14 | */ |
| 15 | 15 | @TableName("global_flowpath_idea") |
| 16 | 16 | @KeySequence("global_flowpath_idea_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。 | ... | ... |
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/dal/dataobject/problems/ProblemsDO.java
| ... | ... | @@ -13,7 +13,7 @@ import java.time.LocalDateTime; |
| 13 | 13 | /** |
| 14 | 14 | * 事件表--问题单 DO |
| 15 | 15 | * |
| 16 | - * @author 芋道源码 | |
| 16 | + * @author 全域源码 | |
| 17 | 17 | */ |
| 18 | 18 | @TableName(value = "global_problems", autoResultMap = true) |
| 19 | 19 | @KeySequence("global_problems_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。 | ... | ... |
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/dal/dataobject/roadinfo/RoadInfoDO.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/dal/dataobject/workorders/WorkOrdersDO.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/dal/dataobject/workorderscommitdetail/WorkOrdersCommitDetailDO.java
| ... | ... | @@ -15,7 +15,7 @@ import static com.zteits.urbanops.framework.common.util.date.DateUtils.FORMAT_YE |
| 15 | 15 | /** |
| 16 | 16 | * 任务处理结果 DO |
| 17 | 17 | * |
| 18 | - * @author 芋道源码 | |
| 18 | + * @author 全域源码 | |
| 19 | 19 | */ |
| 20 | 20 | @TableName(value = "global_work_orders_commit_detail",autoResultMap = true) |
| 21 | 21 | @KeySequence("global_work_orders_commit_detail_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。 | ... | ... |
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/dal/mapper/flowpathidea/FlowpathIdeaMapper.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/dal/mapper/problems/ProblemsMapper.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/dal/mapper/roadinfo/RoadInfoMapper.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/dal/mapper/workorders/WorkOrdersMapper.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/dal/mapper/workorderscommitdetail/WorkOrdersCommitDetailMapper.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/dal/redis/RedisKeyConstants.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/service/flowpathidea/FlowpathIdeaService.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/service/flowpathidea/FlowpathIdeaServiceImpl.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/service/problems/ProblemsService.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/service/problems/ProblemsServiceImpl.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/service/roadinfo/RoadInfoService.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/service/roadinfo/RoadInfoServiceImpl.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/service/workorders/WorkOrdersService.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/service/workorders/WorkOrdersServiceImpl.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/service/workorderscommitdetail/WorkOrdersCommitDetailService.java
urbanops-module-gloabl/src/main/java/com/zteits/urbanops/module/gloabl/service/workorderscommitdetail/WorkOrdersCommitDetailServiceImpl.java
urbanops-module-infra/src/main/java/com/zteits/urbanops/module/infra/controller/admin/codegen/CodegenController.java
| ... | ... | @@ -51,7 +51,7 @@ public class CodegenController { |
| 51 | 51 | @Parameters({ |
| 52 | 52 | @Parameter(name = "dataSourceConfigId", description = "数据源配置的编号", required = true, example = "1"), |
| 53 | 53 | @Parameter(name = "name", description = "表名,模糊匹配", example = "urbanops"), |
| 54 | - @Parameter(name = "comment", description = "描述,模糊匹配", example = "芋道") | |
| 54 | + @Parameter(name = "comment", description = "描述,模糊匹配", example = "全域") | |
| 55 | 55 | }) |
| 56 | 56 | @PreAuthorize("@ss.hasPermission('infra:codegen:query')") |
| 57 | 57 | public CommonResult<List<DatabaseTableRespVO>> getDatabaseTableList( | ... | ... |
urbanops-module-infra/src/main/java/com/zteits/urbanops/module/infra/controller/admin/codegen/vo/table/CodegenTablePageReqVO.java
| ... | ... | @@ -16,7 +16,7 @@ public class CodegenTablePageReqVO extends PageParam { |
| 16 | 16 | @Schema(description = "表名称,模糊匹配", example = "urbanops") |
| 17 | 17 | private String tableName; |
| 18 | 18 | |
| 19 | - @Schema(description = "表描述,模糊匹配", example = "芋道") | |
| 19 | + @Schema(description = "表描述,模糊匹配", example = "全域") | |
| 20 | 20 | private String tableComment; |
| 21 | 21 | |
| 22 | 22 | @Schema(description = "实体,模糊匹配", example = "Urbanops") | ... | ... |
urbanops-module-infra/src/main/java/com/zteits/urbanops/module/infra/controller/admin/codegen/vo/table/CodegenTableRespVO.java
| ... | ... | @@ -18,7 +18,7 @@ public class CodegenTableRespVO { |
| 18 | 18 | @Schema(description = "表名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "urbanops") |
| 19 | 19 | private String tableName; |
| 20 | 20 | |
| 21 | - @Schema(description = "表描述", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 21 | + @Schema(description = "表描述", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 22 | 22 | private String tableComment; |
| 23 | 23 | |
| 24 | 24 | @Schema(description = "备注", example = "我是备注") | ... | ... |
urbanops-module-infra/src/main/java/com/zteits/urbanops/module/infra/controller/admin/codegen/vo/table/CodegenTableSaveReqVO.java
| ... | ... | @@ -24,7 +24,7 @@ public class CodegenTableSaveReqVO { |
| 24 | 24 | @NotNull(message = "表名称不能为空") |
| 25 | 25 | private String tableName; |
| 26 | 26 | |
| 27 | - @Schema(description = "表描述", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 27 | + @Schema(description = "表描述", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 28 | 28 | @NotNull(message = "表描述不能为空") |
| 29 | 29 | private String tableComment; |
| 30 | 30 | ... | ... |
urbanops-module-infra/src/test/java/com/zteits/urbanops/module/infra/service/file/FileConfigServiceImplTest.java
| ... | ... | @@ -191,7 +191,7 @@ public class FileConfigServiceImplTest extends BaseDbUnitTest { |
| 191 | 191 | fileConfigMapper.insert(cloneIgnoreId(dbFileConfig, o -> o.setCreateTime(LocalDateTimeUtil.parse("2020-11-23", DatePattern.NORM_DATE_PATTERN)))); |
| 192 | 192 | // 准备参数 |
| 193 | 193 | FileConfigPageReqVO reqVO = new FileConfigPageReqVO(); |
| 194 | - reqVO.setName("芋道"); | |
| 194 | + reqVO.setName("全域"); | |
| 195 | 195 | reqVO.setStorage(FileStorageEnum.LOCAL.getStorage()); |
| 196 | 196 | reqVO.setCreateTime((new LocalDateTime[]{buildTime(2020, 1, 1), |
| 197 | 197 | buildTime(2020, 1, 24)})); | ... | ... |
urbanops-module-infra/src/test/resources/application-unit-test.yaml
| ... | ... | @@ -42,9 +42,9 @@ mybatis-plus: |
| 42 | 42 | |
| 43 | 43 | --- #################### 监控相关配置 #################### |
| 44 | 44 | |
| 45 | ---- #################### 芋道相关配置 #################### | |
| 45 | +--- #################### 全域相关配置 #################### | |
| 46 | 46 | |
| 47 | -# 芋道配置项,设置当前项目所有自定义的配置 | |
| 47 | +# 全域配置项,设置当前项目所有自定义的配置 | |
| 48 | 48 | urbanops: |
| 49 | 49 | info: |
| 50 | 50 | base-package: com.zteits.urbanops | ... | ... |
urbanops-module-iot/urbanops-module-iot-biz/src/main/java/com/zteits/urbanops/module/iot/framework/iot/config/UrbanopsIotProperties.java
urbanops-module-iot/urbanops-module-iot-biz/src/test/resources/application-unit-test.yaml
| ... | ... | @@ -39,9 +39,9 @@ logging: |
| 39 | 39 | |
| 40 | 40 | --- #################### 监控相关配置 #################### |
| 41 | 41 | |
| 42 | ---- #################### 芋道相关配置 #################### | |
| 42 | +--- #################### 全域相关配置 #################### | |
| 43 | 43 | |
| 44 | -# 芋道配置项,设置当前项目所有自定义的配置 | |
| 44 | +# 全域配置项,设置当前项目所有自定义的配置 | |
| 45 | 45 | urbanops: |
| 46 | 46 | info: |
| 47 | 47 | base-package: com.zteits.urbanops | ... | ... |
urbanops-module-mall/urbanops-module-product/src/main/java/com/zteits/urbanops/module/product/controller/app/spu/vo/AppProductSpuDetailRespVO.java
| ... | ... | @@ -15,7 +15,7 @@ public class AppProductSpuDetailRespVO { |
| 15 | 15 | |
| 16 | 16 | // ========== 基本信息 ========= |
| 17 | 17 | |
| 18 | - @Schema(description = "商品名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 18 | + @Schema(description = "商品名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 19 | 19 | private String name; |
| 20 | 20 | |
| 21 | 21 | @Schema(description = "商品简介", requiredMode = Schema.RequiredMode.REQUIRED, example = "我是一个快乐简介") | ... | ... |
urbanops-module-mall/urbanops-module-product/src/main/java/com/zteits/urbanops/module/product/controller/app/spu/vo/AppProductSpuRespVO.java
| ... | ... | @@ -12,7 +12,7 @@ public class AppProductSpuRespVO { |
| 12 | 12 | @Schema(description = "商品 SPU 编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1") |
| 13 | 13 | private Long id; |
| 14 | 14 | |
| 15 | - @Schema(description = "商品名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 15 | + @Schema(description = "商品名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 16 | 16 | private String name; |
| 17 | 17 | |
| 18 | 18 | @Schema(description = "商品简介", requiredMode = Schema.RequiredMode.REQUIRED, example = "清凉小短袖简介") | ... | ... |
urbanops-module-mall/urbanops-module-product/src/test/java/com/zteits/urbanops/module/product/service/brand/ProductBrandServiceImplTest.java
| ... | ... | @@ -120,7 +120,7 @@ public class ProductBrandServiceImplTest extends BaseDbUnitTest { |
| 120 | 120 | brandMapper.insert(cloneIgnoreId(dbBrand, o -> o.setCreateTime(buildTime(2022, 3, 1)))); |
| 121 | 121 | // 准备参数 |
| 122 | 122 | ProductBrandPageReqVO reqVO = new ProductBrandPageReqVO(); |
| 123 | - reqVO.setName("芋道"); | |
| 123 | + reqVO.setName("全域"); | |
| 124 | 124 | reqVO.setStatus(CommonStatusEnum.ENABLE.getStatus()); |
| 125 | 125 | reqVO.setCreateTime((new LocalDateTime[]{buildTime(2022, 1, 1), buildTime(2022, 2, 25)})); |
| 126 | 126 | ... | ... |
urbanops-module-mall/urbanops-module-product/src/test/resources/application-unit-test.yaml
| ... | ... | @@ -41,9 +41,9 @@ mybatis-plus: |
| 41 | 41 | |
| 42 | 42 | --- #################### 监控相关配置 #################### |
| 43 | 43 | |
| 44 | ---- #################### 芋道相关配置 #################### | |
| 44 | +--- #################### 全域相关配置 #################### | |
| 45 | 45 | |
| 46 | -# 芋道配置项,设置当前项目所有自定义的配置 | |
| 46 | +# 全域配置项,设置当前项目所有自定义的配置 | |
| 47 | 47 | urbanops: |
| 48 | 48 | info: |
| 49 | 49 | base-package: com.zteits.urbanops | ... | ... |
urbanops-module-mall/urbanops-module-promotion/src/main/java/com/zteits/urbanops/module/promotion/controller/admin/kefu/vo/conversation/KeFuConversationRespVO.java
| ... | ... | @@ -16,7 +16,7 @@ public class KeFuConversationRespVO { |
| 16 | 16 | private Long userId; |
| 17 | 17 | @Schema(description = "会话所属用户头像", requiredMode = Schema.RequiredMode.REQUIRED, example = "https://urbanops.com/images/avatar.jpg") |
| 18 | 18 | private String userAvatar; |
| 19 | - @Schema(description = "会话所属用户昵称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 19 | + @Schema(description = "会话所属用户昵称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 20 | 20 | private String userNickname; |
| 21 | 21 | |
| 22 | 22 | @Schema(description = "最后聊天时间", requiredMode = Schema.RequiredMode.REQUIRED) |
| ... | ... | @@ -43,4 +43,4 @@ public class KeFuConversationRespVO { |
| 43 | 43 | @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) |
| 44 | 44 | private LocalDateTime createTime; |
| 45 | 45 | |
| 46 | -} | |
| 47 | 46 | \ No newline at end of file |
| 47 | +} | ... | ... |
urbanops-module-mall/urbanops-module-promotion/src/test/resources/application-unit-test.yaml
| ... | ... | @@ -40,9 +40,9 @@ mybatis: |
| 40 | 40 | |
| 41 | 41 | --- #################### 监控相关配置 #################### |
| 42 | 42 | |
| 43 | ---- #################### 芋道相关配置 #################### | |
| 43 | +--- #################### 全域相关配置 #################### | |
| 44 | 44 | |
| 45 | -# 芋道配置项,设置当前项目所有自定义的配置 | |
| 45 | +# 全域配置项,设置当前项目所有自定义的配置 | |
| 46 | 46 | urbanops: |
| 47 | 47 | info: |
| 48 | 48 | base-package: com.zteits.urbanops.module | ... | ... |
urbanops-module-mall/urbanops-module-trade/src/main/java/com/zteits/urbanops/module/trade/controller/app/base/spu/AppProductSpuBaseRespVO.java
| ... | ... | @@ -14,7 +14,7 @@ public class AppProductSpuBaseRespVO { |
| 14 | 14 | @Schema(description = "主键", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 15 | 15 | private Long id; |
| 16 | 16 | |
| 17 | - @Schema(description = "商品 SPU 名字", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 17 | + @Schema(description = "商品 SPU 名字", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 18 | 18 | private String name; |
| 19 | 19 | |
| 20 | 20 | @Schema(description = "商品主图地址", example = "https://www.iocoder.cn/xx.png") | ... | ... |
urbanops-module-mall/urbanops-module-trade/src/test/resources/application-unit-test.yaml
| ... | ... | @@ -40,9 +40,9 @@ mybatis: |
| 40 | 40 | |
| 41 | 41 | --- #################### 监控相关配置 #################### |
| 42 | 42 | |
| 43 | ---- #################### 芋道相关配置 #################### | |
| 43 | +--- #################### 全域相关配置 #################### | |
| 44 | 44 | |
| 45 | -# 芋道配置项,设置当前项目所有自定义的配置 | |
| 45 | +# 全域配置项,设置当前项目所有自定义的配置 | |
| 46 | 46 | urbanops: |
| 47 | 47 | info: |
| 48 | 48 | base-package: com.zteits.urbanops.module |
| ... | ... | @@ -57,4 +57,4 @@ urbanops: |
| 57 | 57 | kd100: |
| 58 | 58 | customer: xxxxx |
| 59 | 59 | key: xxxxx |
| 60 | - client: not_provide | |
| 61 | 60 | \ No newline at end of file |
| 61 | + client: not_provide | ... | ... |
urbanops-module-member/src/test/resources/application-unit-test.yaml
| ... | ... | @@ -40,9 +40,9 @@ mybatis: |
| 40 | 40 | |
| 41 | 41 | --- #################### 监控相关配置 #################### |
| 42 | 42 | |
| 43 | ---- #################### 芋道相关配置 #################### | |
| 43 | +--- #################### 全域相关配置 #################### | |
| 44 | 44 | |
| 45 | -# 芋道配置项,设置当前项目所有自定义的配置 | |
| 45 | +# 全域配置项,设置当前项目所有自定义的配置 | |
| 46 | 46 | urbanops: |
| 47 | 47 | info: |
| 48 | 48 | base-package: com.zteits.urbanops.module | ... | ... |
urbanops-module-mp/src/main/java/com/zteits/urbanops/module/mp/controller/admin/user/vo/MpUserRespVO.java
| ... | ... | @@ -26,7 +26,7 @@ public class MpUserRespVO { |
| 26 | 26 | @Schema(description = "取消关注时间") |
| 27 | 27 | private LocalDateTime unsubscribeTime; |
| 28 | 28 | |
| 29 | - @Schema(description = "昵称", example = "芋道") | |
| 29 | + @Schema(description = "昵称", example = "全域") | |
| 30 | 30 | private String nickname; |
| 31 | 31 | @Schema(description = "头像地址", example = "https://www.iocoder.cn/1.png") |
| 32 | 32 | private String headImageUrl; | ... | ... |
urbanops-module-mp/src/main/java/com/zteits/urbanops/module/mp/controller/admin/user/vo/MpUserUpdateReqVO.java
| ... | ... | @@ -14,7 +14,7 @@ public class MpUserUpdateReqVO { |
| 14 | 14 | @NotNull(message = "编号不能为空") |
| 15 | 15 | private Long id; |
| 16 | 16 | |
| 17 | - @Schema(description = "昵称", example = "芋道") | |
| 17 | + @Schema(description = "昵称", example = "全域") | |
| 18 | 18 | private String nickname; |
| 19 | 19 | |
| 20 | 20 | @Schema(description = "备注", example = "你是一个芋头嘛") | ... | ... |
urbanops-module-pay/src/test/resources/application-unit-test.yaml
| ... | ... | @@ -40,9 +40,9 @@ mybatis: |
| 40 | 40 | |
| 41 | 41 | --- #################### 监控相关配置 #################### |
| 42 | 42 | |
| 43 | ---- #################### 芋道相关配置 #################### | |
| 43 | +--- #################### 全域相关配置 #################### | |
| 44 | 44 | |
| 45 | -# 芋道配置项,设置当前项目所有自定义的配置 | |
| 45 | +# 全域配置项,设置当前项目所有自定义的配置 | |
| 46 | 46 | urbanops: |
| 47 | 47 | info: |
| 48 | 48 | base-package: com.zteits.urbanops.module | ... | ... |
urbanops-module-report/src/test/java/com/zteits/urbanops/module/report/service/goview/GoViewDataServiceImplTest.java
| ... | ... | @@ -40,7 +40,7 @@ public class GoViewDataServiceImplTest extends BaseDbUnitTest { |
| 40 | 40 | // mock 数据明细 |
| 41 | 41 | when(sqlRowSet.next()).thenReturn(true).thenReturn(true).thenReturn(false); |
| 42 | 42 | when(sqlRowSet.getObject("id")).thenReturn(1L).thenReturn(2L); |
| 43 | - when(sqlRowSet.getObject("name")).thenReturn("ZIEITS").thenReturn("芋道"); | |
| 43 | + when(sqlRowSet.getObject("name")).thenReturn("ZIEITS").thenReturn("全域"); | |
| 44 | 44 | |
| 45 | 45 | // 调用 |
| 46 | 46 | GoViewDataRespVO dataBySQL = goViewDataService.getDataBySQL(sql); |
| ... | ... | @@ -52,7 +52,7 @@ public class GoViewDataServiceImplTest extends BaseDbUnitTest { |
| 52 | 52 | assertEquals("ZIEITS", dataBySQL.getSource().get(0).get("name")); |
| 53 | 53 | assertEquals(2, dataBySQL.getSource().get(1).size()); |
| 54 | 54 | assertEquals(2L, dataBySQL.getSource().get(1).get("id")); |
| 55 | - assertEquals("芋道", dataBySQL.getSource().get(1).get("name")); | |
| 55 | + assertEquals("全域", dataBySQL.getSource().get(1).get("name")); | |
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | } | ... | ... |
urbanops-module-report/src/test/resources/application-unit-test.yaml
| ... | ... | @@ -40,9 +40,9 @@ mybatis: |
| 40 | 40 | |
| 41 | 41 | --- #################### 监控相关配置 #################### |
| 42 | 42 | |
| 43 | ---- #################### 芋道相关配置 #################### | |
| 43 | +--- #################### 全域相关配置 #################### | |
| 44 | 44 | |
| 45 | -# 芋道配置项,设置当前项目所有自定义的配置 | |
| 45 | +# 全域配置项,设置当前项目所有自定义的配置 | |
| 46 | 46 | urbanops: |
| 47 | 47 | info: |
| 48 | 48 | base-package: com.zteits.urbanops.module | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/auth/vo/AuthMenuRespVO.java
| ... | ... | @@ -15,13 +15,13 @@ import java.util.List; |
| 15 | 15 | @Builder |
| 16 | 16 | public class AuthMenuRespVO { |
| 17 | 17 | |
| 18 | - @Schema(description = "菜单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 18 | + @Schema(description = "菜单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 19 | 19 | private Long id; |
| 20 | 20 | |
| 21 | 21 | @Schema(description = "父菜单 ID", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 22 | 22 | private Long parentId; |
| 23 | 23 | |
| 24 | - @Schema(description = "菜单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 24 | + @Schema(description = "菜单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 25 | 25 | private String name; |
| 26 | 26 | |
| 27 | 27 | @Schema(description = "路由地址,仅菜单类型为菜单或者目录时,才需要传", example = "post") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/auth/vo/AuthPermissionInfoRespVO.java
| ... | ... | @@ -69,13 +69,13 @@ public class AuthPermissionInfoRespVO { |
| 69 | 69 | @Builder |
| 70 | 70 | public static class MenuVO { |
| 71 | 71 | |
| 72 | - @Schema(description = "菜单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 72 | + @Schema(description = "菜单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 73 | 73 | private Long id; |
| 74 | 74 | |
| 75 | 75 | @Schema(description = "父菜单 ID", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 76 | 76 | private Long parentId; |
| 77 | 77 | |
| 78 | - @Schema(description = "菜单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 78 | + @Schema(description = "菜单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 79 | 79 | private String name; |
| 80 | 80 | |
| 81 | 81 | @Schema(description = "路由地址,仅菜单类型为菜单或者目录时,才需要传", example = "post") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/dept/vo/dept/DeptListReqVO.java
| ... | ... | @@ -7,7 +7,7 @@ import lombok.Data; |
| 7 | 7 | @Data |
| 8 | 8 | public class DeptListReqVO { |
| 9 | 9 | |
| 10 | - @Schema(description = "部门名称,模糊匹配", example = "芋道") | |
| 10 | + @Schema(description = "部门名称,模糊匹配", example = "全域") | |
| 11 | 11 | private String name; |
| 12 | 12 | |
| 13 | 13 | @Schema(description = "展示状态,参见 CommonStatusEnum 枚举类", example = "1") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/dept/vo/dept/DeptRespVO.java
| ... | ... | @@ -12,7 +12,7 @@ public class DeptRespVO { |
| 12 | 12 | @Schema(description = "部门编号", example = "1024") |
| 13 | 13 | private Long id; |
| 14 | 14 | |
| 15 | - @Schema(description = "部门名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 15 | + @Schema(description = "部门名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 16 | 16 | private String name; |
| 17 | 17 | |
| 18 | 18 | @Schema(description = "父部门 ID", example = "1024") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/dept/vo/dept/DeptSaveReqVO.java
| ... | ... | @@ -17,7 +17,7 @@ public class DeptSaveReqVO { |
| 17 | 17 | @Schema(description = "部门编号", example = "1024") |
| 18 | 18 | private Long id; |
| 19 | 19 | |
| 20 | - @Schema(description = "部门名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 20 | + @Schema(description = "部门名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 21 | 21 | @NotBlank(message = "部门名称不能为空") |
| 22 | 22 | @Size(max = 30, message = "部门名称长度不能超过 30 个字符") |
| 23 | 23 | private String name; | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/dept/vo/dept/DeptSimpleRespVO.java
| ... | ... | @@ -14,7 +14,7 @@ public class DeptSimpleRespVO { |
| 14 | 14 | @Schema(description = "部门编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 15 | 15 | private Long id; |
| 16 | 16 | |
| 17 | - @Schema(description = "部门名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 17 | + @Schema(description = "部门名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 18 | 18 | private String name; |
| 19 | 19 | |
| 20 | 20 | @Schema(description = "父部门 ID", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/dept/vo/post/PostPageReqVO.java
| ... | ... | @@ -13,7 +13,7 @@ public class PostPageReqVO extends PageParam { |
| 13 | 13 | @Schema(description = "岗位编码,模糊匹配", example = "urbanops") |
| 14 | 14 | private String code; |
| 15 | 15 | |
| 16 | - @Schema(description = "岗位名称,模糊匹配", example = "芋道") | |
| 16 | + @Schema(description = "岗位名称,模糊匹配", example = "全域") | |
| 17 | 17 | private String name; |
| 18 | 18 | |
| 19 | 19 | @Schema(description = "展示状态,参见 CommonStatusEnum 枚举类", example = "1") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/dict/vo/data/DictDataPageReqVO.java
| ... | ... | @@ -14,7 +14,7 @@ import jakarta.validation.constraints.Size; |
| 14 | 14 | @EqualsAndHashCode(callSuper = true) |
| 15 | 15 | public class DictDataPageReqVO extends PageParam { |
| 16 | 16 | |
| 17 | - @Schema(description = "字典标签", example = "芋道") | |
| 17 | + @Schema(description = "字典标签", example = "全域") | |
| 18 | 18 | @Size(max = 100, message = "字典标签长度不能超过100个字符") |
| 19 | 19 | private String label; |
| 20 | 20 | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/dict/vo/data/DictDataRespVO.java
| ... | ... | @@ -23,7 +23,7 @@ public class DictDataRespVO { |
| 23 | 23 | @ExcelProperty("字典排序") |
| 24 | 24 | private Integer sort; |
| 25 | 25 | |
| 26 | - @Schema(description = "字典标签", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 26 | + @Schema(description = "字典标签", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 27 | 27 | @ExcelProperty("字典标签") |
| 28 | 28 | private String label; |
| 29 | 29 | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/dict/vo/data/DictDataSaveReqVO.java
| ... | ... | @@ -20,7 +20,7 @@ public class DictDataSaveReqVO { |
| 20 | 20 | @NotNull(message = "显示顺序不能为空") |
| 21 | 21 | private Integer sort; |
| 22 | 22 | |
| 23 | - @Schema(description = "字典标签", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 23 | + @Schema(description = "字典标签", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 24 | 24 | @NotBlank(message = "字典标签不能为空") |
| 25 | 25 | @Size(max = 100, message = "字典标签长度不能超过100个字符") |
| 26 | 26 | private String label; | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/dict/vo/type/DictTypePageReqVO.java
| ... | ... | @@ -16,7 +16,7 @@ import static com.zteits.urbanops.framework.common.util.date.DateUtils.FORMAT_YE |
| 16 | 16 | @EqualsAndHashCode(callSuper = true) |
| 17 | 17 | public class DictTypePageReqVO extends PageParam { |
| 18 | 18 | |
| 19 | - @Schema(description = "字典类型名称,模糊匹配", example = "芋道") | |
| 19 | + @Schema(description = "字典类型名称,模糊匹配", example = "全域") | |
| 20 | 20 | private String name; |
| 21 | 21 | |
| 22 | 22 | @Schema(description = "字典类型,模糊匹配", example = "sys_common_sex") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/dict/vo/type/DictTypeSimpleRespVO.java
| ... | ... | @@ -10,7 +10,7 @@ public class DictTypeSimpleRespVO { |
| 10 | 10 | @Schema(description = "字典类型编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 11 | 11 | private Long id; |
| 12 | 12 | |
| 13 | - @Schema(description = "字典类型名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 13 | + @Schema(description = "字典类型名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 14 | 14 | private String name; |
| 15 | 15 | |
| 16 | 16 | @Schema(description = "字典类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "sys_common_sex") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/logger/vo/loginlog/LoginLogPageReqVO.java
| ... | ... | @@ -18,7 +18,7 @@ public class LoginLogPageReqVO extends PageParam { |
| 18 | 18 | @Schema(description = "用户 IP,模拟匹配", example = "127.0.0.1") |
| 19 | 19 | private String userIp; |
| 20 | 20 | |
| 21 | - @Schema(description = "用户账号,模拟匹配", example = "芋道") | |
| 21 | + @Schema(description = "用户账号,模拟匹配", example = "全域") | |
| 22 | 22 | private String username; |
| 23 | 23 | |
| 24 | 24 | @Schema(description = "操作状态", example = "true") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/logger/vo/operatelog/OperateLogPageReqVO.java
| ... | ... | @@ -13,7 +13,7 @@ import static com.zteits.urbanops.framework.common.util.date.DateUtils.FORMAT_YE |
| 13 | 13 | @Data |
| 14 | 14 | public class OperateLogPageReqVO extends PageParam { |
| 15 | 15 | |
| 16 | - @Schema(description = "用户编号", example = "芋道") | |
| 16 | + @Schema(description = "用户编号", example = "全域") | |
| 17 | 17 | private Long userId; |
| 18 | 18 | |
| 19 | 19 | @Schema(description = "操作模块业务编号", example = "1") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/logger/vo/operatelog/OperateLogRespVO.java
| ... | ... | @@ -43,7 +43,7 @@ public class OperateLogRespVO implements VO { |
| 43 | 43 | @ExcelProperty("操作模块业务编号") |
| 44 | 44 | private Long bizId; |
| 45 | 45 | |
| 46 | - @Schema(description = "操作明细", example = "修改编号为 1 的用户信息,将性别从男改成女,将姓名从芋道改成源码。") | |
| 46 | + @Schema(description = "操作明细", example = "修改编号为 1 的用户信息,将性别从男改成女,将姓名从全域改成源码。") | |
| 47 | 47 | private String action; |
| 48 | 48 | |
| 49 | 49 | @Schema(description = "拓展字段", example = "{'orderId': 1}") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/notice/vo/NoticePageReqVO.java
| ... | ... | @@ -10,7 +10,7 @@ import lombok.EqualsAndHashCode; |
| 10 | 10 | @EqualsAndHashCode(callSuper = true) |
| 11 | 11 | public class NoticePageReqVO extends PageParam { |
| 12 | 12 | |
| 13 | - @Schema(description = "通知公告名称,模糊匹配", example = "芋道") | |
| 13 | + @Schema(description = "通知公告名称,模糊匹配", example = "全域") | |
| 14 | 14 | private String title; |
| 15 | 15 | |
| 16 | 16 | @Schema(description = "展示状态,参见 CommonStatusEnum 枚举类", example = "1") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/oauth2/vo/user/OAuth2UserInfoRespVO.java
| ... | ... | @@ -19,7 +19,7 @@ public class OAuth2UserInfoRespVO { |
| 19 | 19 | @Schema(description = "用户账号", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋艿") |
| 20 | 20 | private String username; |
| 21 | 21 | |
| 22 | - @Schema(description = "用户昵称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 22 | + @Schema(description = "用户昵称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 23 | 23 | private String nickname; |
| 24 | 24 | |
| 25 | 25 | @Schema(description = "用户邮箱", example = "urbanops@iocoder.cn") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/permission/vo/menu/MenuListReqVO.java
| ... | ... | @@ -7,7 +7,7 @@ import lombok.Data; |
| 7 | 7 | @Data |
| 8 | 8 | public class MenuListReqVO { |
| 9 | 9 | |
| 10 | - @Schema(description = "菜单名称,模糊匹配", example = "芋道") | |
| 10 | + @Schema(description = "菜单名称,模糊匹配", example = "全域") | |
| 11 | 11 | private String name; |
| 12 | 12 | |
| 13 | 13 | @Schema(description = "展示状态,参见 CommonStatusEnum 枚举类", example = "1") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/permission/vo/menu/MenuRespVO.java
| ... | ... | @@ -15,7 +15,7 @@ public class MenuRespVO { |
| 15 | 15 | @Schema(description = "菜单编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 16 | 16 | private Long id; |
| 17 | 17 | |
| 18 | - @Schema(description = "菜单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 18 | + @Schema(description = "菜单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 19 | 19 | @NotBlank(message = "菜单名称不能为空") |
| 20 | 20 | @Size(max = 50, message = "菜单名称长度不能超过50个字符") |
| 21 | 21 | private String name; | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/permission/vo/menu/MenuSaveVO.java
| ... | ... | @@ -14,7 +14,7 @@ public class MenuSaveVO { |
| 14 | 14 | @Schema(description = "菜单编号", example = "1024") |
| 15 | 15 | private Long id; |
| 16 | 16 | |
| 17 | - @Schema(description = "菜单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 17 | + @Schema(description = "菜单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 18 | 18 | @NotBlank(message = "菜单名称不能为空") |
| 19 | 19 | @Size(max = 50, message = "菜单名称长度不能超过50个字符") |
| 20 | 20 | private String name; | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/permission/vo/menu/MenuSimpleRespVO.java
| ... | ... | @@ -10,7 +10,7 @@ public class MenuSimpleRespVO { |
| 10 | 10 | @Schema(description = "菜单编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 11 | 11 | private Long id; |
| 12 | 12 | |
| 13 | - @Schema(description = "菜单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 13 | + @Schema(description = "菜单名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 14 | 14 | private String name; |
| 15 | 15 | |
| 16 | 16 | @Schema(description = "父菜单 ID", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/permission/vo/role/RolePageReqVO.java
| ... | ... | @@ -15,7 +15,7 @@ import static com.zteits.urbanops.framework.common.util.date.DateUtils.FORMAT_YE |
| 15 | 15 | @EqualsAndHashCode(callSuper = true) |
| 16 | 16 | public class RolePageReqVO extends PageParam { |
| 17 | 17 | |
| 18 | - @Schema(description = "角色名称,模糊匹配", example = "芋道") | |
| 18 | + @Schema(description = "角色名称,模糊匹配", example = "全域") | |
| 19 | 19 | private String name; |
| 20 | 20 | |
| 21 | 21 | @Schema(description = "角色标识,模糊匹配", example = "urbanops") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/permission/vo/role/RoleSimpleRespVO.java
| ... | ... | @@ -12,7 +12,7 @@ public class RoleSimpleRespVO { |
| 12 | 12 | @Schema(description = "角色编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 13 | 13 | private Long id; |
| 14 | 14 | |
| 15 | - @Schema(description = "角色名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 15 | + @Schema(description = "角色名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 16 | 16 | private String name; |
| 17 | 17 | |
| 18 | 18 | } | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/tenant/TenantController.http
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/tenant/vo/tenant/TenantPageReqVO.java
| ... | ... | @@ -17,7 +17,7 @@ import static com.zteits.urbanops.framework.common.util.date.DateUtils.FORMAT_YE |
| 17 | 17 | @ToString(callSuper = true) |
| 18 | 18 | public class TenantPageReqVO extends PageParam { |
| 19 | 19 | |
| 20 | - @Schema(description = "租户名", example = "芋道") | |
| 20 | + @Schema(description = "租户名", example = "全域") | |
| 21 | 21 | private String name; |
| 22 | 22 | |
| 23 | 23 | @Schema(description = "联系人", example = "芋艿") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/tenant/vo/tenant/TenantRespVO.java
| ... | ... | @@ -20,7 +20,7 @@ public class TenantRespVO { |
| 20 | 20 | @ExcelProperty("租户编号") |
| 21 | 21 | private Long id; |
| 22 | 22 | |
| 23 | - @Schema(description = "租户名", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 23 | + @Schema(description = "租户名", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 24 | 24 | @ExcelProperty("租户名") |
| 25 | 25 | private String name; |
| 26 | 26 | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/tenant/vo/tenant/TenantSaveReqVO.java
| ... | ... | @@ -20,7 +20,7 @@ public class TenantSaveReqVO { |
| 20 | 20 | @Schema(description = "租户编号", example = "1024") |
| 21 | 21 | private Long id; |
| 22 | 22 | |
| 23 | - @Schema(description = "租户名", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 23 | + @Schema(description = "租户名", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 24 | 24 | @NotNull(message = "租户名不能为空") |
| 25 | 25 | private String name; |
| 26 | 26 | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/user/UserController.java
| ... | ... | @@ -172,7 +172,7 @@ public class UserController { |
| 172 | 172 | // 手动创建导出 demo |
| 173 | 173 | List<UserImportExcelVO> list = Arrays.asList( |
| 174 | 174 | UserImportExcelVO.builder().username("yunai").deptId(1L).email("yunai@iocoder.cn").mobile("15601691300") |
| 175 | - .nickname("芋道").status(CommonStatusEnum.ENABLE.getStatus()).sex(SexEnum.MALE.getSex()).build(), | |
| 175 | + .nickname("全域").status(CommonStatusEnum.ENABLE.getStatus()).sex(SexEnum.MALE.getSex()).build(), | |
| 176 | 176 | UserImportExcelVO.builder().username("yuanma").deptId(2L).email("yuanma@iocoder.cn").mobile("15601701300") |
| 177 | 177 | .nickname("源码").status(CommonStatusEnum.DISABLE.getStatus()).sex(SexEnum.FEMALE.getSex()).build() |
| 178 | 178 | ); | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/admin/user/vo/user/UserSimpleRespVO.java
| ... | ... | @@ -14,7 +14,7 @@ public class UserSimpleRespVO { |
| 14 | 14 | @Schema(description = "用户编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 15 | 15 | private Long id; |
| 16 | 16 | |
| 17 | - @Schema(description = "用户昵称", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 17 | + @Schema(description = "用户昵称", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 18 | 18 | private String nickname; |
| 19 | 19 | |
| 20 | 20 | @Schema(description = "部门ID", example = "我是一个用户") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/app/dict/vo/AppDictDataRespVO.java
| ... | ... | @@ -14,7 +14,7 @@ public class AppDictDataRespVO { |
| 14 | 14 | @Schema(description = "字典数据编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 15 | 15 | private Long id; |
| 16 | 16 | |
| 17 | - @Schema(description = "字典标签", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 17 | + @Schema(description = "字典标签", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 18 | 18 | private String label; |
| 19 | 19 | |
| 20 | 20 | @Schema(description = "字典值", requiredMode = Schema.RequiredMode.REQUIRED, example = "iocoder") | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/controller/app/tenant/vo/AppTenantRespVO.java
| ... | ... | @@ -10,7 +10,7 @@ public class AppTenantRespVO { |
| 10 | 10 | @Schema(description = "租户编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |
| 11 | 11 | private Long id; |
| 12 | 12 | |
| 13 | - @Schema(description = "租户名", requiredMode = Schema.RequiredMode.REQUIRED, example = "芋道") | |
| 13 | + @Schema(description = "租户名", requiredMode = Schema.RequiredMode.REQUIRED, example = "全域") | |
| 14 | 14 | private String name; |
| 15 | 15 | |
| 16 | 16 | } | ... | ... |
urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/dal/dataobject/logger/OperateLogDO.java
urbanops-module-system/src/test/java/com/zteits/urbanops/module/system/service/mail/MailTemplateServiceImplTest.java
| ... | ... | @@ -115,7 +115,7 @@ public class MailTemplateServiceImplTest extends BaseDbUnitTest { |
| 115 | 115 | }); |
| 116 | 116 | mailTemplateMapper.insert(dbMailTemplate); |
| 117 | 117 | // 测试 name 不匹配 |
| 118 | - mailTemplateMapper.insert(cloneIgnoreId(dbMailTemplate, o -> o.setName("芋道"))); | |
| 118 | + mailTemplateMapper.insert(cloneIgnoreId(dbMailTemplate, o -> o.setName("全域"))); | |
| 119 | 119 | // 测试 code 不匹配 |
| 120 | 120 | mailTemplateMapper.insert(cloneIgnoreId(dbMailTemplate, o -> o.setCode("test_02"))); |
| 121 | 121 | // 测试 accountId 不匹配 | ... | ... |
urbanops-module-system/src/test/java/com/zteits/urbanops/module/system/service/sms/SmsChannelServiceTest.java
| ... | ... | @@ -171,7 +171,7 @@ public class SmsChannelServiceTest extends BaseDbUnitTest { |
| 171 | 171 | smsChannelMapper.insert(cloneIgnoreId(dbSmsChannel, o -> o.setCreateTime(buildTime(2020, 11, 11)))); |
| 172 | 172 | // 准备参数 |
| 173 | 173 | SmsChannelPageReqVO reqVO = new SmsChannelPageReqVO(); |
| 174 | - reqVO.setSignature("芋道"); | |
| 174 | + reqVO.setSignature("全域"); | |
| 175 | 175 | reqVO.setStatus(CommonStatusEnum.ENABLE.getStatus()); |
| 176 | 176 | reqVO.setCreateTime(buildBetweenTime(2020, 12, 1, 2020, 12, 24)); |
| 177 | 177 | ... | ... |
urbanops-module-system/src/test/java/com/zteits/urbanops/module/system/service/sms/SmsTemplateServiceImplTest.java
| ... | ... | @@ -231,7 +231,7 @@ public class SmsTemplateServiceImplTest extends BaseDbUnitTest { |
| 231 | 231 | reqVO.setType(SmsTemplateTypeEnum.PROMOTION.getType()); |
| 232 | 232 | reqVO.setStatus(CommonStatusEnum.ENABLE.getStatus()); |
| 233 | 233 | reqVO.setCode("tu"); |
| 234 | - reqVO.setContent("芋道"); | |
| 234 | + reqVO.setContent("全域"); | |
| 235 | 235 | reqVO.setApiTemplateId("yu"); |
| 236 | 236 | reqVO.setChannelId(1L); |
| 237 | 237 | reqVO.setCreateTime(buildBetweenTime(2021, 11, 1, 2021, 12, 1)); | ... | ... |
urbanops-module-system/src/test/java/com/zteits/urbanops/module/system/service/tenant/TenantPackageServiceImplTest.java
| ... | ... | @@ -157,7 +157,7 @@ public class TenantPackageServiceImplTest extends BaseDbUnitTest { |
| 157 | 157 | tenantPackageMapper.insert(cloneIgnoreId(dbTenantPackage, o -> o.setCreateTime(buildTime(2022, 11, 11)))); |
| 158 | 158 | // 准备参数 |
| 159 | 159 | TenantPackagePageReqVO reqVO = new TenantPackagePageReqVO(); |
| 160 | - reqVO.setName("芋道"); | |
| 160 | + reqVO.setName("全域"); | |
| 161 | 161 | reqVO.setStatus(CommonStatusEnum.ENABLE.getStatus()); |
| 162 | 162 | reqVO.setRemark("源码"); |
| 163 | 163 | reqVO.setCreateTime(buildBetweenTime(2022, 10, 9, 2022, 10, 11)); | ... | ... |
urbanops-module-system/src/test/java/com/zteits/urbanops/module/system/service/tenant/TenantServiceImplTest.java
| ... | ... | @@ -146,14 +146,14 @@ public class TenantServiceImplTest extends BaseDbUnitTest { |
| 146 | 146 | when(userService.createUser(argThat(user -> { |
| 147 | 147 | assertEquals("yunai", user.getUsername()); |
| 148 | 148 | assertEquals("yuanma", user.getPassword()); |
| 149 | - assertEquals("芋道", user.getNickname()); | |
| 149 | + assertEquals("全域", user.getNickname()); | |
| 150 | 150 | assertEquals("15601691300", user.getMobile()); |
| 151 | 151 | return true; |
| 152 | 152 | }))).thenReturn(300L); |
| 153 | 153 | |
| 154 | 154 | // 准备参数 |
| 155 | 155 | TenantSaveReqVO reqVO = randomPojo(TenantSaveReqVO.class, o -> { |
| 156 | - o.setContactName("芋道"); | |
| 156 | + o.setContactName("全域"); | |
| 157 | 157 | o.setContactMobile("15601691300"); |
| 158 | 158 | o.setPackageId(100L); |
| 159 | 159 | o.setStatus(randomCommonStatus()); |
| ... | ... | @@ -307,7 +307,7 @@ public class TenantServiceImplTest extends BaseDbUnitTest { |
| 307 | 307 | tenantMapper.insert(cloneIgnoreId(dbTenant, o -> o.setCreateTime(buildTime(2021, 12, 12)))); |
| 308 | 308 | // 准备参数 |
| 309 | 309 | TenantPageReqVO reqVO = new TenantPageReqVO(); |
| 310 | - reqVO.setName("芋道"); | |
| 310 | + reqVO.setName("全域"); | |
| 311 | 311 | reqVO.setContactName("艿"); |
| 312 | 312 | reqVO.setContactMobile("1560"); |
| 313 | 313 | reqVO.setStatus(CommonStatusEnum.ENABLE.getStatus()); |
| ... | ... | @@ -324,11 +324,11 @@ public class TenantServiceImplTest extends BaseDbUnitTest { |
| 324 | 324 | @Test |
| 325 | 325 | public void testGetTenantByName() { |
| 326 | 326 | // mock 数据 |
| 327 | - TenantDO dbTenant = randomPojo(TenantDO.class, o -> o.setName("芋道")); | |
| 327 | + TenantDO dbTenant = randomPojo(TenantDO.class, o -> o.setName("全域")); | |
| 328 | 328 | tenantMapper.insert(dbTenant);// @Sql: 先插入出一条存在的数据 |
| 329 | 329 | |
| 330 | 330 | // 调用 |
| 331 | - TenantDO result = tenantService.getTenantByName("芋道"); | |
| 331 | + TenantDO result = tenantService.getTenantByName("全域"); | |
| 332 | 332 | // 校验存在 |
| 333 | 333 | assertPojoEquals(result, dbTenant); |
| 334 | 334 | } | ... | ... |
urbanops-module-system/src/test/resources/application-unit-test.yaml
| ... | ... | @@ -40,9 +40,9 @@ mybatis: |
| 40 | 40 | |
| 41 | 41 | --- #################### 监控相关配置 #################### |
| 42 | 42 | |
| 43 | ---- #################### 芋道相关配置 #################### | |
| 43 | +--- #################### 全域相关配置 #################### | |
| 44 | 44 | |
| 45 | -# 芋道配置项,设置当前项目所有自定义的配置 | |
| 45 | +# 全域配置项,设置当前项目所有自定义的配置 | |
| 46 | 46 | urbanops: |
| 47 | 47 | info: |
| 48 | 48 | base-package: com.zteits.urbanops.module | ... | ... |
urbanops-server/src/main/resources/application-dev.yaml
| ... | ... | @@ -177,9 +177,9 @@ wx: # 参见 https://github.com/Wechat-Group/WxJava/blob/develop/spring-boot-sta |
| 177 | 177 | key-prefix: wa # Redis Key 的前缀 |
| 178 | 178 | http-client-type: HttpClient # 采用 HttpClient 请求微信公众号平台 |
| 179 | 179 | |
| 180 | ---- #################### 芋道相关配置 #################### | |
| 180 | +--- #################### 全域相关配置 #################### | |
| 181 | 181 | |
| 182 | -# 芋道配置项,设置当前项目所有自定义的配置 | |
| 182 | +# 全域配置项,设置当前项目所有自定义的配置 | |
| 183 | 183 | urbanops: |
| 184 | 184 | pay: |
| 185 | 185 | order-notify-url: http://yunai.natapp1.cc/admin-api/pay/notify/order # 支付渠道的【支付】回调地址 | ... | ... |
urbanops-server/src/main/resources/application-local.yaml
| ... | ... | @@ -219,9 +219,9 @@ wx: |
| 219 | 219 | key-prefix: wa # Redis Key 的前缀 |
| 220 | 220 | http-client-type: HttpClient # 采用 HttpClient 请求微信公众号平台 |
| 221 | 221 | |
| 222 | ---- #################### 芋道相关配置 #################### | |
| 222 | +--- #################### 全域相关配置 #################### | |
| 223 | 223 | |
| 224 | -# 芋道配置项,设置当前项目所有自定义的配置 | |
| 224 | +# 全域配置项,设置当前项目所有自定义的配置 | |
| 225 | 225 | urbanops: |
| 226 | 226 | captcha: |
| 227 | 227 | enable: false # 本地环境,暂时关闭图片验证码,方便登录等接口的测试; |
| ... | ... | @@ -265,4 +265,4 @@ justauth: |
| 265 | 265 | cache: |
| 266 | 266 | type: REDIS |
| 267 | 267 | prefix: 'social_auth_state:' # 缓存前缀,目前只对 Redis 缓存生效,默认 JUSTAUTH::STATE:: |
| 268 | - timeout: 24h # 超时时长,目前只对 Redis 缓存生效,默认 3 分钟 | |
| 269 | 268 | \ No newline at end of file |
| 269 | + timeout: 24h # 超时时长,目前只对 Redis 缓存生效,默认 3 分钟 | ... | ... |
urbanops-server/src/main/resources/application-prod.yaml
| ... | ... | @@ -207,9 +207,9 @@ wx: |
| 207 | 207 | key-prefix: wa # Redis Key 的前缀 |
| 208 | 208 | http-client-type: HttpClient # 采用 HttpClient 请求微信公众号平台 |
| 209 | 209 | |
| 210 | ---- #################### 芋道相关配置 #################### | |
| 210 | +--- #################### 全域相关配置 #################### | |
| 211 | 211 | |
| 212 | -# 芋道配置项,设置当前项目所有自定义的配置 | |
| 212 | +# 全域配置项,设置当前项目所有自定义的配置 | |
| 213 | 213 | global: |
| 214 | 214 | captcha: |
| 215 | 215 | enable: true # 本地环境,暂时关闭图片验证码,方便登录等接口的测试; | ... | ... |
urbanops-server/src/main/resources/application.yaml
| ... | ... | @@ -254,7 +254,7 @@ urbanops: |
| 254 | 254 | enable: true |
| 255 | 255 | api-key: sk-40500e52840f4d24b956d0b1d80d9abe |
| 256 | 256 | |
| 257 | ---- #################### 芋道相关配置 #################### | |
| 257 | +--- #################### 全域相关配置 #################### | |
| 258 | 258 | |
| 259 | 259 | urbanops: |
| 260 | 260 | info: |
| ... | ... | @@ -292,7 +292,7 @@ urbanops: |
| 292 | 292 | topic: ${spring.application.name}-websocket # 消息发送的 Kafka Topic |
| 293 | 293 | consumer-group: ${spring.application.name}-websocket-consumer # 消息发送的 Kafka Consumer Group |
| 294 | 294 | swagger: |
| 295 | - title: 芋道快速开发平台 | |
| 295 | + title: 全域快速开发平台 | |
| 296 | 296 | description: 提供管理后台、用户 App 的所有功能 |
| 297 | 297 | version: ${urbanops.info.version} |
| 298 | 298 | url: ${urbanops.web.admin-ui.url} | ... | ... |