SGGL_SHJ/SGGL/Model/CLGL/Tw_InOutMasterOutput.cs

26 lines
830 B
C#
Raw Normal View History

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; }
public string WeldTaskCode { get; set; }
public int? PipeLineSortIndex { get; set; }
2024-09-18 10:48:34 +08:00
}
}