namespace MES.Service.Dto.webApi; public class ErpWorkShopCenters { public string FNumber { get; set; } public string? FName { get; set; } public string? FDept { get; set; } public string? Type { get; set; } }