feat: 添加 spring-boot-mybatis starter.

This commit is contained in:
ljh01459796
2023-06-25 13:26:21 +08:00
parent 3d16e4e68b
commit 00487ac4ef
29 changed files with 1016 additions and 16 deletions

View File

@@ -0,0 +1,15 @@
package com.orion.ops.framework.common.constant;
/**
* 常量
*
* @author Jiahang Li
* @version 1.0.0
* @since 2023/6/23 18:49
*/
public class Const extends com.orion.lang.constant.Const {
private Const() {
}
}

View File

@@ -1,4 +1,4 @@
package com.orion.ops.framework.common.enums;
package com.orion.ops.framework.common.constant;
/**
* 过滤器排序常量