增加签收单号
This commit is contained in:
@@ -4,6 +4,11 @@ namespace Tnb.ProductionMgr.Entities.Dto
|
||||
{
|
||||
public string id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 签收单号
|
||||
/// </summary>
|
||||
public string code { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 工位id
|
||||
/// </summary>
|
||||
|
||||
@@ -14,6 +14,12 @@ public partial class PrdMaterialReceiptH : BaseEntity<string>
|
||||
{
|
||||
id = SnowflakeIdHelper.NextId();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 签收单号
|
||||
/// </summary>
|
||||
public string code { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 工位id
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user