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