ibizsample0002_BO_CN.ts 301 字节
Newer Older
1 2 3 4 5 6 7 8 9
import IBIZSample0002_BO_CN_Base from './ibizsample0002_BO_CN_base';

function getLocaleResource(){
    const IBIZSample0002_BO_CN_OwnData = {};
    const targetData = Object.assign(IBIZSample0002_BO_CN_Base(), IBIZSample0002_BO_CN_OwnData);
    return targetData;
}

export default getLocaleResource;