add all change in now.

This commit is contained in:
2025-08-29 23:17:58 +10:00
parent be2756d85f
commit 6cea606cc2
22 changed files with 259 additions and 63 deletions
+1
View File
@@ -18,6 +18,7 @@ public class MappingFatherMother
public int IMotherId { get; set; }
}
public class LookupDto
{
public int Id { get; set; } = 0;
@@ -5,6 +5,12 @@ public class RelationShiftContainer
public int familyId {get; set;}
public List<RelationShipDto> relationShips {get; set;}
}
public class ImportRelation
{
public int FatherId { get; set; }
public int MotherId { get; set; }
}
public class RelationShipDto
{
public enumState State { get; set; }