Fix machine photo types.

This commit is contained in:
2019-05-28 23:34:05 +01:00
parent c4c5e2b821
commit 593b044506
9 changed files with 10852 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ namespace cicm_web.Areas.Admin.Models
public SceneCaptureType? SceneCaptureType { get; set; }
[DisplayName("Sensing method")]
public SensingMethod? SensingMethod { get; set; }
public string Sharpness { get; set; }
public Sharpness? Sharpness { get; set; }
[DisplayName("Software used")]
public string SoftwareUsed { get; set; }
[DisplayName("Subject distance range")]