9 changed files with 64 additions and 85 deletions
-
37src/Shentun.Peis.Domain/EntityHelper.cs
-
31src/Shentun.Peis.Domain/GuideTypes/GuideTypeManager.cs
-
13src/Shentun.Peis.Domain/IDisplayName.cs
-
2src/Shentun.Peis.Domain/IDisplayOrder.cs
-
29src/Shentun.Peis.Domain/ItemTypes/ItemTypeManager.cs
-
31src/Shentun.Peis.Domain/MedicalReportTypes/MedicalReportTypeManager.cs
-
2src/Shentun.Peis.Domain/Models/GuideType.cs
-
2src/Shentun.Peis.Domain/Models/ItemType.cs
-
2src/Shentun.Peis.Domain/Models/MedicalReportType.cs
@ -0,0 +1,13 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Linq; |
||||
|
using System.Text; |
||||
|
using System.Threading.Tasks; |
||||
|
|
||||
|
namespace Shentun.Peis |
||||
|
{ |
||||
|
internal interface IDisplayName |
||||
|
{ |
||||
|
string DisplayName { get; set; } |
||||
|
} |
||||
|
} |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue