data(Database) Added passive data from Twitter post

This commit is contained in:
2022-04-12 17:28:39 -04:00
parent 16223cd010
commit b540e360c8
12 changed files with 691 additions and 148 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ namespace Model.Entity.Parts;
public class EntityRequirementModel : IEntityPartInterface
{
public string Type { get; set; } = "EntityRequirementModel";
public string DataType { get; set; }
public string Id { get; set; }
public string Requirement { get; set; } = RequirementType.Production_Building;
}