南骏 池
2025-02-28 e0da6d978305f306c171547feeae0abf9efc6728
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; }
}