更改FTP文件导入
This commit is contained in:
@@ -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>
|
||||
/// 登录日期时间
|
||||
|
||||
Reference in New Issue
Block a user