tjx
3 天以前 8ec9fab52eea2b110ad4e1a0b2300fead0018cd1
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; }
}