2024-09-18 10:48:34 +08:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Model
|
|
|
|
|
|
{
|
|
|
|
|
|
public class Tw_InOutMasterOutput:Model.Tw_InOutPlanMaster
|
|
|
|
|
|
{
|
|
|
|
|
|
public string InOutPlanMasterId { get; set; }
|
|
|
|
|
|
public string CategoryString { get; set; }
|
|
|
|
|
|
public string StateString { get; set; }
|
|
|
|
|
|
public string TypeString { get; set; }
|
|
|
|
|
|
public string CreateManName { get; set; }
|
2024-11-07 16:22:03 +08:00
|
|
|
|
public string WarehouseManName { get; set; }
|
2024-09-24 20:38:50 +08:00
|
|
|
|
public string AuditManName { get; set; }
|
|
|
|
|
|
public string AuditManName2 { get; set; }
|
2024-09-18 10:48:34 +08:00
|
|
|
|
public string ReqUnitName { get; set; }
|
|
|
|
|
|
public string UnitWorkId { get; set; }
|
2026-04-16 20:30:48 +08:00
|
|
|
|
public string WeldTaskCode { get; set; }
|
2025-01-23 15:52:33 +08:00
|
|
|
|
|
|
|
|
|
|
public int? PipeLineSortIndex { get; set; }
|
2024-09-18 10:48:34 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|