数据字典英文为空时默认中文
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ public class Result<T> implements Serializable {
|
||||
* 返回处理消息
|
||||
*/
|
||||
@ApiModelProperty(value = "中英文切换标识")
|
||||
private String cut = "操作成功!";
|
||||
private String cut = CutEnum.CN.getValue();
|
||||
|
||||
/**
|
||||
* 返回代码
|
||||
|
||||
Reference in New Issue
Block a user