焊接管理修改

This commit is contained in:
2025-08-28 15:41:32 +08:00
parent edebefa3c9
commit 87bbd83e25
24 changed files with 444 additions and 170 deletions
@@ -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; }
}
}