This commit is contained in:
2026-05-25 19:46:30 +08:00
parent ab0923818a
commit 48d6e95ff9
8 changed files with 54 additions and 6 deletions
+4
View File
@@ -48,6 +48,10 @@ namespace Model
/// 类型
/// </summary>
[ExcelColumnIndex("J")] public string TypeString { get; set; }
/// <summary>
/// 到货时间
/// </summary>
[ExcelColumnIndex("K")] public string DeliveryDate { get; set; }
}
}