CNCEC_SUBQHSE_WUHUAN/SGGL/Model/ZHGL/DataSync/WelderOutput.cs

15 lines
328 B
C#
Raw Normal View History

2025-06-04 23:40:57 +08:00
using System;
namespace Model
{
/// <summary>
/// 焊工数据
/// </summary>
public class WelderOutput : BaseEntities
{
public string Id { get; set; }
public string WEDCode { get; set; }
public string WEDName { get; set; }
2025-07-02 16:12:26 +08:00
public string WEDWorkCode { get; set; }
2025-06-04 23:40:57 +08:00
}
}