import IBIZSample0016UIServiceBase from './ibizsample0016-ui-service-base';
/**
* 项目成员UI服务对象
* 基于 APP/src/uiservice/%DE_PKGPATH%/%DE_PKGPATH%-ui-service.ts.ftl 生成
* @export
* @class IBIZSample0016UIService
*/
export default class IBIZSample0016UIService extends IBIZSample0016UIServiceBase {
/**
* Creates an instance of IBIZSample0016UIService.
*
* @param {*} [opts={}]
* @memberof IBIZSample0016UIService
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于cfe7e01a