添加通用常量

This commit is contained in:
2026-08-18 17:29:43 +08:00
parent d19e773bd6
commit ac6228ea27
@@ -53,4 +53,9 @@ public interface BootCommonConstant {
*/
String SWAGGER_TAG = "swagger-tag";
/**
* swagger方法
*/
String SWAGGER_METHOD = "swagger-method";
}