sunkaixuan
1 year ago
7 changed files with 46 additions and 2 deletions
@ -0,0 +1,14 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Linq; |
||||
|
using System.Text; |
||||
|
using System.Threading.Tasks; |
||||
|
|
||||
|
namespace SqlSugar |
||||
|
{ |
||||
|
public struct DiscriminatorObject |
||||
|
{ |
||||
|
public string FieldName { get; set; } |
||||
|
public string FieldValue { get; set; } |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue