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

10 lines
182 B
C#

namespace RB_MES_APICore.Models.Request
{
public class ERPMoInfoEntity
{
public string erpNo { get; set; }
public string conveyDate { get; set; }
}
}