This commit is contained in:
liangjunyu
2025-09-11 17:50:45 +08:00
parent 2741b1a6cd
commit 5716ea802d
5 changed files with 27 additions and 11 deletions

View File

@@ -51,6 +51,7 @@ namespace RB_MES_APICore.Models
public int FOperationResult { get; set; }
[DisplayName("MES队列ID")]
[StringLength(50)]
public string QUEUE_ID { get; set; }
}
}