kyy
2025-08-16 eea2717dcfd2f126c583c799a02fb87e7e3d5a06
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; }
}