zjh
5 天以前 98958cdd70d3a63a562e9238ddecb9c6c6865e95
1
2
3
4
5
6
namespace MES.Service.Dto.webApi;
 
public class ErpDetail
{
    public string? FUseOrgId { get; set; }
}