feat:让程序能够跑起来

This commit is contained in:
橙子
2023-04-15 12:19:02 +08:00
parent b9dad93c9d
commit 543c13d94b
15 changed files with 500 additions and 40 deletions

View File

@@ -10,7 +10,5 @@ namespace Yi.Furion.Rbac.Application.System.Dtos.Dept
public string DeptCode { get; set; }
public string Leader { get; set; }
public DateTime? StartTime { get; set; }
public DateTime? EndTime { get; set; }
}
}