调整喷码贴标

This commit is contained in:
2023-11-09 16:00:05 +08:00
parent fa292dea76
commit 753e24741b
5 changed files with 77 additions and 27 deletions

View File

@@ -253,5 +253,15 @@ public partial class BasMaterial : BaseEntity<string>
/// 是否创建子工单
/// </summary>
public string? is_create_sub_work_order { get; set; }
/// <summary>
/// 保质期
/// </summary>
public int? quality_guarantee_period { get; set; }
/// <summary>
/// DI编码
/// </summary>
public string? di { get; set; }
}