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