This commit is contained in:
qianhao.xu
2024-12-18 18:59:29 +08:00
parent b85e332e4d
commit 429c492422
2 changed files with 1 additions and 13 deletions

View File

@@ -157,9 +157,6 @@ namespace DOAN.Model.MES.dev.Dto
[ExcelColumnName("更新时间")]
public DateTime? UpdatedTime { get; set; }
[ExcelColumn(Name = "保养或检查")]
[ExcelColumnName("保养或检查")]
public int InnerType { get; set; }
}
}