啊鑫
2025-05-30 27bd7530f8c1334b9338dea64002164bd74de8ac
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; }
}