Files

10 lines
196 B
C#
Raw Permalink Normal View History


namespace Cowain.Bake.Model.Entity
{
public class MesDataEntity : TMesData
{
public string BatteryCode { get; set; }
public bool IsCheck { get; set; } = false;
}
}