热点资源

This commit is contained in:
limqhz
2022-05-03 17:45:15 +08:00
parent f271221d8b
commit 0eed40c97e
7 changed files with 39 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
package com.quinn.common;
public interface QuinnConstant {
String LINK_SUFFIX = ".";
}