ibizsample0013-ui-service.ts 536 字节
import IBIZSample0013UIServiceBase from './ibizsample0013-ui-service-base';

/**
 * 订单明细UI服务对象
 * 基于 APP/src/uiservice/%DE_PKGPATH%/%DE_PKGPATH%-ui-service.ts.ftl 生成
 * @export
 * @class IBIZSample0013UIService
 */
export default class IBIZSample0013UIService extends IBIZSample0013UIServiceBase {

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

}