import { Http,Util } from '@/utils';
import IBIZSample0021ServiceBase from './ibizsample0021-service-base';
/**
* 订单服务对象
* 基于 APP/src/service/%DE_PKGPATH%/%DE_PKGPATH%-service.ts.ftl 生成
* @export
* @class IBIZSample0021Service
* @extends {IBIZSample0021ServiceBase}
*/
export default class IBIZSample0021Service extends IBIZSample0021ServiceBase {
/**
* Creates an instance of IBIZSample0021Service.
*
* @param {*} [opts={}]
* @memberof IBIZSample0021Service
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于cfe7e01a