using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace YBDevice.Application.ViewInfo
{
public interface IViewEngineService
{
///
/// 获取指定页面的按钮列表
///
///
Task GetBtnListAsync();
}
}