数据字典英文为空时默认中文

This commit is contained in:
zhn
2022-04-15 16:11:20 +08:00
parent 00ab8406d8
commit 3b495047e2
@@ -36,7 +36,7 @@ public class Result<T> implements Serializable {
* 返回处理消息
*/
@ApiModelProperty(value = "中英文切换标识")
private String cut = "操作成功!";
private String cut = CutEnum.CN.getValue();
/**
* 返回代码