1
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace IDIS.YL106.Model;
|
||||
|
||||
/// <summary>
|
||||
/// 装配工序
|
||||
/// </summary>
|
||||
public record Procedure_Assembly:Procedure_Base
|
||||
{
|
||||
/// <summary>
|
||||
/// 物料名称
|
||||
/// </summary>
|
||||
[DisplayName("物料名称")]
|
||||
public string MaterialName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user