简单的修改
This commit is contained in:
@@ -26,10 +26,16 @@ namespace FATrace.Model
|
||||
[Column(Name = "RawName", IsNullable = false, StringLength = 100)]
|
||||
public string? RawName{ get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 原料条码
|
||||
/// </summary>
|
||||
[Column(StringLength = 100, IsNullable = false)]
|
||||
public string? RawCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 视频链接
|
||||
/// </summary>
|
||||
[Column(Name = "VideoUrl", IsNullable = false, StringLength = 256)]
|
||||
[Column(Name = "VideoUrl", IsNullable = false, StringLength = 500)]
|
||||
public string? VideoUrl{ get; set; }
|
||||
|
||||
/// <summary>
|
||||
@@ -60,6 +66,7 @@ namespace FATrace.Model
|
||||
/// ///////////////////////////////////////////导航属性 LIN 一对一///////////////////////////////////////////////////////
|
||||
/// </summary>
|
||||
public long VideoActionId { get; set; } // 外键字段,必要
|
||||
|
||||
/// <summary>
|
||||
/// 视频信息
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user