绿十字逻辑调整

This commit is contained in:
2025-04-21 17:49:22 +08:00
parent e6060701b3
commit 0ae5525c72
5 changed files with 69 additions and 42 deletions

View File

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