16 lines
337 B
C#
16 lines
337 B
C#
namespace Model
|
|
{
|
|
public partial class View_HJGL_WeldJoint
|
|
{
|
|
/// <summary>
|
|
/// 焊前附件路径
|
|
/// </summary>
|
|
public string PreWeldAttachUrl { get; set; }
|
|
|
|
/// <summary>
|
|
/// 焊后附件路径
|
|
/// </summary>
|
|
public string PostWeldAttachUrl { get; set; }
|
|
}
|
|
}
|