AIR 重置

This commit is contained in:
2023-01-06 10:14:40 +08:00
parent 6e6974bfdd
commit 8bc4b0d244
2 changed files with 39 additions and 30 deletions
@@ -193,9 +193,14 @@ namespace IRaCIS.Core.Domain.Models
public bool IsPicture { get; set; }
public bool IsNeedTransalate { get; set; }
public string TranslateDictionaryName { get; set; } = String.Empty;
public bool IsDynamicTranslate { get; set; }
}
}