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