Vol/Net6.SqlSugar/VOL.Core/BaseInterface/IServices.cs

11 lines
151 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace VOL.Core.BaseInterface
{
public interface IServices
{
}
}