From c1c140874bd375e36f4efa0b45e819e7cd22aaa6 Mon Sep 17 00:00:00 2001 From: liyj <1003249715@qq.com> Date: Wed, 28 Aug 2024 16:40:05 +0800 Subject: [PATCH] 1、主键生成策略优化 --- dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/domain/bo/CtRolefunBO.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/domain/bo/CtRolefunBO.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/domain/bo/CtRolefunBO.java index 34df6a6..7def60d 100644 --- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/domain/bo/CtRolefunBO.java +++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/domain/bo/CtRolefunBO.java @@ -7,7 +7,7 @@ * @description: 客户角色菜单权限表业务扩展类 * @company: hugeinfo * @author: liyj - * @time: 2024-08-17 15:33:41 + * @time: 2024-08-19 20:04:19 * @version: 1.0.0 * @see cn.huge.module.ctrole.domain.po.CtRolefun */ -- Gitblit v1.8.0