StableVersion4.3/HL_FristAidPlatform_Help/Model/UpdateToAddressModel.cs

12 lines
232 B
C#

namespace HL_FristAidPlatform_Help
{
public class UpdateToAddressModel
{
public string ToAddress { get; set; }
//public string HospitalGuid { get; set; }
public string GUID { get; set; }
}
}