增加签收单号

This commit is contained in:
2023-06-16 14:11:30 +08:00
parent 1a0df13ec4
commit 489987091c
3 changed files with 12 additions and 0 deletions

View File

@@ -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>