sunkaixuan
2 years ago
5 changed files with 44 additions and 1 deletions
@ -0,0 +1,13 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace SqlSugar |
|||
{ |
|||
public interface ICustomConditionalFunc |
|||
{ |
|||
KeyValuePair<string, SugarParameter[]> GetConditionalSql(ConditionalModel json,int index); |
|||
} |
|||
} |
Loading…
Reference in new issue