using Bunny.Dao.Models.System;
namespace Bunny.Service.IService;
public interface IBaseService
{
string TestIndex();
}