修改一版
This commit is contained in:
@@ -46,7 +46,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// <summary>
|
||||
/// 是否生效
|
||||
/// </summary>
|
||||
public int? IsTakeEffect { get; set; }
|
||||
public int? IsTakeEffect { get; set; } = 0;
|
||||
|
||||
|
||||
public List<Guid> SiteIds { get; set; } = new List<Guid>();
|
||||
|
||||
Reference in New Issue
Block a user