1 Star 3 Fork 3

wangxinxx/diboot-hbzx

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
I18nConfigVO.java 1.15 KB
Copy Edit Raw Blame History
mazc authored 2024-06-07 17:14 +08:00 . * 静态代码扫描相关优化
/*
* Copyright (c) 2015-2022, www.dibo.ltd (service@dibo.ltd).
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
* <p>
* https://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.diboot.core.vo;
import com.diboot.core.binding.annotation.BindDict;
import com.diboot.core.entity.I18nConfig;
import lombok.Getter;
import lombok.Setter;
import lombok.experimental.Accessors;
/**
* 国际化配置 VO
*
* @author wind
* @version v3.0.0
* @date 2022-10-12
*/
@Getter
@Setter
@Accessors(chain = true)
public class I18nConfigVO extends I18nConfig {
private static final long serialVersionUID = 5679642618572762054L;
@BindDict(field = "type", type = DICT_I18N_TYPE)
private LabelValue typeLabel;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangxinxx/diboot-hbzx.git
git@gitee.com:wangxinxx/diboot-hbzx.git
wangxinxx
diboot-hbzx
diboot-hbzx
604c50a66d2c9aff79da4a57e8f9ebaa89c5f977

Search