模块类型

This commit is contained in:
2022-04-01 14:35:38 +08:00
parent 8a7cdc6313
commit 3f1b3f02ec
6 changed files with 46 additions and 10 deletions
@@ -12,8 +12,8 @@ namespace IRaCIS.Core.Application.ViewModel
public class CommonDocumentView : CommonDocumentAddOrEdit
{
//public string FileType { get; set; } = String.Empty;
//public string ModuleType { get; set; } = String.Empty;
public string FileType { get; set; } = String.Empty;
public string ModuleType { get; set; } = String.Empty;
public DateTime? DeletedTime { get; set; }