Merge branch '1.1.x' into dev

This commit is contained in:
2023-09-08 21:18:32 +08:00
7 changed files with 101 additions and 76 deletions

View File

@@ -57,4 +57,9 @@ public class SysConsts {
* 退出登录 URI
*/
public static final String LOGOUT_URI = "/auth/logout";
/**
* VO 描述类字段后缀
*/
public static final String VO_DESCRIPTION_FIELD_SUFFIX = "String";
}