wbc
2025-05-28 b9349673f1610970530db34ed8ed9b26e8e1e239
1
2
3
4
5
6
7
8
9
10
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; }
}