This commit is contained in:
yuyubohh
2025-09-09 22:41:29 +08:00
commit e8494ba988
798 changed files with 252381 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
namespace RB_MES_APICore.Models.Pangu
{
/// <summary>
/// ERP工单关单任务单结案单实体
/// </summary>
public class UpdateICMO_Status
{
public string ERP_MO { get; set; }
public string MO_SEQ { get; set; }
public string B { get; set; }
}
}