zjh
2025-03-07 97a73035e8391fb60cdb26c00f7ff8b05296c68c
1
2
3
4
5
6
namespace MES.Service.Dto.webApi;
 
public class ErpDetail
{
    public string? FUseOrgId { get; set; }
}