报警信息推送,料架表更新

This commit is contained in:
2025-01-24 11:44:27 +08:00
parent 6a9823bc64
commit 3d1b605828
4 changed files with 160 additions and 71 deletions

View File

@@ -31,6 +31,16 @@ public class StoragelocationDto
public int? PackageNum { get; set; }
/// <summary>
/// 触发报警的箱子数
/// </summary>
public int? AlarmNum { get; set; }
/// <summary>
/// 是否缺料报警
/// </summary>
public int? IsLackAlarm { get; set; }
/// <summary>
/// 箱子数
/// </summary>