ibizsample0017_zh_CN.ts 387 字节
Newer Older
1 2 3 4 5 6 7 8 9
import IBIZSample0017_zh_CN_Base from './ibizsample0017_zh_CN_base';
// 基于 APP/src/locale/lanres/entities/%DE_PKGPATH%/%DE_PKGPATH%_zh_CN.ts.ftl 生成
function getLocaleResource(){
    const IBIZSample0017_zh_CN_OwnData = {};
    const targetData = Object.assign(IBIZSample0017_zh_CN_Base(), IBIZSample0017_zh_CN_OwnData);
    return targetData;
}

export default getLocaleResource;