sunkaixuan
6 years ago
4 changed files with 17 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
|
|||
namespace SqlSugar |
|||
{ |
|||
public enum DiffType |
|||
{ |
|||
insert=0, |
|||
update=1, |
|||
delete=2 |
|||
} |
|||
} |
Loading…
Reference in new issue