Files
GateDge2023_ljy/08.昶东/EastChanger/Entites/Entities2GroupBy.cs
PastSaid b2419eec9c 2
2024-04-10 10:39:04 +08:00

16 lines
298 B
C#

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