绿十字逻辑调整
This commit is contained in:
@@ -28,8 +28,14 @@ namespace DOAN.Model.MES.Andon.Dto
|
||||
public string UpdatedBy { get; set; }
|
||||
|
||||
public DateTime? UpdatedTime { get; set; }
|
||||
|
||||
|
||||
|
||||
}
|
||||
/// <summary>
|
||||
/// 现场安全绿色十字架输入输出对象
|
||||
/// </summary>
|
||||
public class SiteSafeGreenCrossBoardDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int SafeDateInt { get; set; }
|
||||
public int SafeNum { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user