Merge branch 'prod/20260407' into test

This commit is contained in:
曹鹏飞 2026-04-13 14:09:36 +08:00
commit 040a03cc90
2 changed files with 5 additions and 1 deletions

View File

@ -55,7 +55,6 @@ import java.util.stream.Collectors;
/**
* 多语言相关接口
*
* @author 曹鹏飞
*/
@Slf4j

View File

@ -29,4 +29,9 @@ public class LanguageVO {
//是否启用
private boolean enable;
/**
* 时区
*/
private String zone;
}