qq
啊鑫
2024-09-01 5a3f8fe4c563f26c745e70a1fcc000af78744d14
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; }
}