You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.1 KiB
C#

2 months ago
#region << 版 本 注 释 >>
/*--------------------------------------------------------------------
* (c) 2025 WenJY
* CLR4.0.30319.42000
* Mr.Wen's MacBook Pro
* Sln.lmm.Collection.Model.TrackAndTrace.ToolTrace.ToolsUsed
* B65D1E3D-EECB-48B7-945E-FC80E65A4078
*
* WenJY
*
* 2025-10-16 14:16:25
* V1.0.0
*
*
*--------------------------------------------------------------------
*
*
*
*
* V1.0.0
*--------------------------------------------------------------------*/
#endregion << 版 本 注 释 >>
namespace Sln.Iot.Model.api.TrackAndTrace.ToolTrace.ToolsUsed
{
/// <summary>
/// 治具基类
/// </summary>
public class Tool
{
/// <summary>
/// 治具名称
/// </summary>
public string Name { get; set; }
/// <summary>
/// 治具 ID
/// </summary>
public string UniqueIdentifier { get; set; }
}
}