更改FTP文件导入

This commit is contained in:
2026-01-28 15:04:16 +08:00
parent f65fa21760
commit b940170607
44 changed files with 2748 additions and 271 deletions

View File

@@ -3,7 +3,7 @@ using FreeSql.DataAnnotations;
namespace FATrace.Model
{
/// <summary>
/// 工厂-入库Excel 导入数据,仅展示用)
/// 工厂-成品入库Excel 导入数据,仅展示用)
/// </summary>
[Table(Name = "FactoryInbound")]
public class FactoryInbound
@@ -14,6 +14,21 @@ namespace FATrace.Model
[Column(IsPrimary = true, IsIdentity = true)]
public long Id { get; set; }
/// <summary>
/// 批号
/// </summary>
public string? Batch { get; set; }
/// <summary>
/// 重量(G)
/// </summary>
public string? Weight { get; set; }
/// <summary>
/// 保质期
/// </summary>
public string? ShelfLife { get; set; }
/// <summary>
/// 产地
/// </summary>
@@ -30,19 +45,9 @@ namespace FATrace.Model
public string? RawName { get; set; }
/// <summary>
/// 重量
/// 序号
/// </summary>
public string? Weight { get; set; }
/// <summary>
/// 登录日
/// </summary>
public string? LoginDate { get; set; }
/// <summary>
/// 登录时间
/// </summary>
public string? LoginTime { get; set; }
public string? SequenceNo { get; set; }
/// <summary>
/// 登录日期时间