auto1-panel-service.ts 270 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 // 基于 @CONTROL/面板/SERVICE.ts.ftl 生成 import { Http } from '@/utils'; import ControlService from '@/widgets/control-service'; /** * Auto1 部件服务对象 * * @export * @class Auto1Service */ export default class Auto1Service extends ControlService { }