焊接管理修改
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
public class PackagingManagePrintOutput
|
||||
{
|
||||
public string PipelineComponentId { get; set; }
|
||||
public string PipelineComponentCode { get; set; }
|
||||
public DateTime? PlanStartDate { get; set; }
|
||||
public string UnitWorkName { get; set; }
|
||||
public string num { get; set; }
|
||||
public string CU { get; set; }
|
||||
public string FlowingSection { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user