xwt
2025-08-04 221ea0d5b096efce20489ae20432ebdc36af7f88
1
2
3
4
5
6
7
namespace MES.Service.Dto.webApi;
 
public class ERPCGTH
{
    public ErpCGTHA ErpCgtha { get; set; }
    public List<ErpCGTHB> ErpCgthB { get; set; }
}