import { Http } from '@/utils';
import ControlService from '@/widgets/control-service';

/**
 * Usr 部件服务对象
 *
 * @export
 * @class UsrService
 */
export default class UsrService extends ControlService {
}