fix: 修复岗位dtl问题

This commit is contained in:
橙子
2024-05-04 02:53:23 +08:00
parent c9127c6d30
commit 146a7093f7
3 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ namespace Yi.Framework.Rbac.Application.Contracts.Dtos.Post
public Guid Id { get; set; }
public DateTime CreationTime { get; set; } = DateTime.Now;
public long? CreatorId { get; set; }
public Guid State { get; set; }
public bool? State { get; set; }
public string PostCode { get; set; } = string.Empty;
public string PostName { get; set; } = string.Empty;
public string? Remark { get; set; }