hao
2025-09-16 298f67c2096e0b9164600358a361a72b0efa7c5a
1
2
3
4
5
6
7
namespace MES.Service.Dto.webApi;
 
public class Sh
{
    public ErpShzd ErpShtzd { get; set; }
    public List<ErpShzdDetail> ErpShzdDetail { get; set; }
}