Files
RBMESAPICore/Models/Pangu/UpdateICMO_Status.cs
yuyubohh e8494ba988 qqq
2025-09-09 22:41:29 +08:00

13 lines
307 B
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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