首次提交:添加src文件夹代码
This commit is contained in:
9
Cowain.Bake.Model/Entity/MesDataEntity.cs
Normal file
9
Cowain.Bake.Model/Entity/MesDataEntity.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace Cowain.Bake.Model.Entity
|
||||
{
|
||||
public class MesDataEntity : TMesData
|
||||
{
|
||||
public string BatteryCode { get; set; }
|
||||
public bool IsCheck { get; set; } = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user