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