ibizsample0009_zh_CN.ts 387 字节
import IBIZSample0009_zh_CN_Base from './ibizsample0009_zh_CN_base';
// 基于 APP/src/locale/lanres/entities/%DE_PKGPATH%/%DE_PKGPATH%_zh_CN.ts.ftl 生成
function getLocaleResource(){
    const IBIZSample0009_zh_CN_OwnData = {};
    const targetData = Object.assign(IBIZSample0009_zh_CN_Base(), IBIZSample0009_zh_CN_OwnData);
    return targetData;
}

export default getLocaleResource;