Files
SGGL_SHJ/SGGL/Model/APIItem/HJGL/ViewHJGLWeldJointExtend.cs
T

25 lines
588 B
C#
Raw Normal View History

namespace Model
{
public partial class View_HJGL_WeldJoint
{
/// <summary>
/// 焊前附件路径
/// </summary>
public string PreWeldAttachUrl { get; set; }
/// <summary>
/// 焊后附件路径
/// </summary>
public string PostWeldAttachUrl { get; set; }
/// <summary>
/// 防腐等级代码
/// </summary>
public string PaintCode { get; set; }
/// <summary>
/// 防腐等级字典ID
/// </summary>
public string PaintId { get; set; }
}
}