Files
RBMESAPICore/Models/Request/ERPMoInfoEntity.cs

10 lines
182 B
C#
Raw Normal View History

2025-09-09 22:41:29 +08:00
namespace RB_MES_APICore.Models.Request
{
public class ERPMoInfoEntity
{
public string erpNo { get; set; }
public string conveyDate { get; set; }
}
}