kyy
2025-08-26 c815a888b1c0487847372bc178444921de8e4a15
1
2
3
4
5
6
7
namespace MES.Service.Dto.webApi;
 
public class ErpCgth
{
    public ErpCgtha ErpCgtha { get; set; }
    public List<ErpCgthBList> ErpCgthBList { get; set; }
}