添加英文大屏接口修改

This commit is contained in:
2026-03-07 11:14:02 +08:00
parent b8a3f9e0f9
commit 21a3c2f9cf
12 changed files with 87 additions and 47 deletions

View File

@ -994,4 +994,6 @@ public interface CommonConstant {
String CF_FROZEN = "cfFrozen";
//将数据库统配符合“_”变成普通字符
String JOIN_STATION_ID = "\\_";
String EN_US="en_US";
}