forked from MDCPS/DamageAssessment_Backend
Update SeedData to be executed when MS launched, Enable other properties in SurveyResponse
This commit is contained in:
@ -19,12 +19,15 @@ namespace DamageAssesment.Api.SurveyResponses.Db
|
||||
[ForeignKey("Employee")]
|
||||
public string EmployeeId { get; set; }
|
||||
|
||||
//public DateTime? CreatedDate { get; set; }
|
||||
public DateTime? CreatedDate { get; set; } = DateTime.Now;
|
||||
|
||||
//[StringLength(50)]
|
||||
// public string ClientDevice { get; set; }
|
||||
[StringLength(50)]
|
||||
public string? ClientDevice { get; set; }
|
||||
|
||||
[StringLength(250)]
|
||||
public string? KeyAnswerResult { get; set; }
|
||||
public double? Longitute { get; set; }
|
||||
public double? Latitude { get; set; }
|
||||
|
||||
// [StringLength(250)]
|
||||
//public string KeyAnswerResult { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user