mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-16 07:57:33 +08:00
22 lines
419 B
C#
22 lines
419 B
C#
![]() |
using OrmTest.Demo;
|
|||
|
using SqlSugar;
|
|||
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace OrmTest.Demos
|
|||
|
{
|
|||
|
namespace OrmTest.Demo
|
|||
|
{
|
|||
|
public class Filter : DemoBase
|
|||
|
{
|
|||
|
public static void Init()
|
|||
|
{
|
|||
|
var db = GetInstance();
|
|||
|
// db.QueryFilter.Add(eSqlFilterItem(){ });
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|