修复错误

This commit is contained in:
DEVICE8\12494
2023-05-17 14:43:46 +08:00
parent 949c5a0184
commit fd3982b375
26 changed files with 443 additions and 345 deletions

View File

@@ -52,7 +52,7 @@ namespace Tnb.BasicData.Entities.Dto
/// <summary>
/// 物料均再首道工序投产
/// </summary>
public int is_first { get; set; }
public int? is_first { get; set; }
/// <summary>
/// 备注

View File

@@ -22,7 +22,7 @@ namespace Tnb.BasicData.Entities
/// Nullable:False
/// </summary>
[SugarColumn(IsPrimaryKey=true)]
public long id {get;set;} = SnowflakeIdHelper.NextId();
public string id {get;set;} = SnowflakeIdHelper.NextId();
/// <summary>
/// Desc:TODO