ibizsample0002-ui-service.ts 538 字节
import IBIZSample0002UIServiceBase from './ibizsample0002-ui-service-base';

/**
 * 示例实体02UI服务对象
 * 基于 APP/src/uiservice/%DE_PKGPATH%/%DE_PKGPATH%-ui-service.ts.ftl 生成
 * @export
 * @class IBIZSample0002UIService
 */
export default class IBIZSample0002UIService extends IBIZSample0002UIServiceBase {

    /**
     * Creates an instance of  IBIZSample0002UIService.
     * 
     * @param {*} [opts={}]
     * @memberof  IBIZSample0002UIService
     */
    constructor(opts: any = {}) {
        super(opts);
    }

}