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