This commit is contained in:
PastSaid
2024-04-10 10:39:04 +08:00
parent 9a7bf9b67e
commit b2419eec9c
119 changed files with 23402 additions and 350 deletions

View 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; }
}
}