cnf
2025-05-10 69d568d58c7709f54ce90271ac2e9cb0ec3fddc6
1
2
3
4
5
6
7
namespace MES.Service.Dto.webApi;
 
public class ErpWOM
{
    public ErpCAA ErpCaa { get; set; }
    public List<ErpCAB> ErpCabs { get; set; }
}