zjh
2025-08-18 66159b15cab231ff91fc1d9211879694a2bb727b
1
2
3
4
5
6
namespace MES.Service.Dto.webApi;
 
public class ErpDetail
{
    public string? FUseOrgId { get; set; }
}