import IBIZAccount_BO_CN_Base from './ibizaccount_BO_CN_base';
// ๅŸบไบŽ APP/src/locale/lanres/entities/%DE_PKGPATH%/%DE_PKGPATH%_BO_CN.ts.ftl ็”Ÿๆˆ
function getLocaleResource(){
    const IBIZAccount_BO_CN_OwnData = {};
    const targetData = Object.assign(IBIZAccount_BO_CN_Base(), IBIZAccount_BO_CN_OwnData);
    return targetData;
}

export default getLocaleResource;