1
hao
2025-03-31 b9679084090ed4fe782efc719e0b2a20e8d37c30
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; }
}