提交
This commit is contained in:
@@ -20,12 +20,13 @@ namespace Model.DBModel
|
||||
/// <summary>
|
||||
/// WP2024030001
|
||||
/// </summary>
|
||||
[SugarColumn(IsIdentity = true, IsPrimaryKey = true)]
|
||||
[SugarColumn(ColumnName = "id",IsPrimaryKey = true)]
|
||||
public string Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 零件号
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "partnumber")]
|
||||
public string Partnumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
@@ -34,6 +35,16 @@ namespace Model.DBModel
|
||||
[SugarColumn(ColumnName = "product_name")]
|
||||
public string ProductName { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 规格
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "specification")]
|
||||
public string Specification { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 颜色代码
|
||||
/// </summary>
|
||||
@@ -92,7 +103,7 @@ namespace Model.DBModel
|
||||
/// </summary>
|
||||
|
||||
[SugarColumn(ColumnName = "product_time")]
|
||||
public int ProductTime { get; set; }
|
||||
public float ProductTime { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
@@ -107,7 +118,7 @@ namespace Model.DBModel
|
||||
/// </summary>
|
||||
|
||||
[SugarColumn(ColumnName = "blank_num")]
|
||||
public int BlankNum { get; set; }
|
||||
public string BlankNum { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user