Files
SGGL_SHJ/SGGL/Model/CLGL/Tw_InOutDetailOutput.cs
T
2024-09-18 10:48:34 +08:00

17 lines
469 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model
{
public class Tw_InOutDetailOutput:Model.Tw_InOutPlanDetail
{
public string PipelineComponentCode { get; set; } //预制组件代码
public string MaterialName { get; set; } //预制组件代码
public string InputMasterId { get; set; }
public string OutputMasterId { get; set; }
}
}