kyy
2025-07-26 0f30df604503a259320c79d3d012957754bc5312
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; }
}