10 lines
196 B
C#
10 lines
196 B
C#
|
|
namespace Cowain.Bake.Model.Entity
|
|
{
|
|
public class MesDataEntity : TMesData
|
|
{
|
|
public string BatteryCode { get; set; }
|
|
public bool IsCheck { get; set; } = false;
|
|
}
|
|
}
|