添加SiteId
This commit is contained in:
@@ -23,6 +23,8 @@ namespace IRaCIS.Application.Contracts
|
||||
public string CountryCN { get; set; } = String.Empty;
|
||||
public string ProvinceCN { get; set; } = String.Empty;
|
||||
public string CityCN { get; set; } = String.Empty;
|
||||
|
||||
public Guid? SiteId { get; set; }
|
||||
}
|
||||
|
||||
public class HospitalQueryDTO : PageInput
|
||||
|
||||
Reference in New Issue
Block a user