焊接材料管理修改

This commit is contained in:
2024-09-18 10:48:34 +08:00
parent 0675306a8a
commit 1d60c6f97a
72 changed files with 10645 additions and 282 deletions
+20
View File
@@ -0,0 +1,20 @@
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; }
public string ReqUnitName { get; set; }
public string UnitWorkId { get; set; }
public string WeldTaskCode { get; set; }
}
}