sqlsugar/Src/Asp.NetCore2/SqlSugar/Json2Sql/Interface/IFuncModel.cs

11 lines
138 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace SqlSugar
{
public interface IFuncModel
{
}
}