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