2
This commit is contained in:
15
08.昶东/EastChanger/Entites/Entities2GroupBy.cs
Normal file
15
08.昶东/EastChanger/Entites/Entities2GroupBy.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace EastChanger.Entites
|
||||
{
|
||||
public class Entities2GroupBy
|
||||
{
|
||||
//public int Id { get; set; }
|
||||
public string BillNo { get; set; }
|
||||
|
||||
public bool SyncStatus { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user