first commit

This commit is contained in:
2024-11-19 09:45:27 +08:00
commit f1abdbc6d0
13312 changed files with 2933801 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model.APIItem.HJGL
{
public class BSSteelItem
{
public string STE_ID { get; set; }
public string STE_Code { get; set; }
public string STE_Name { get; set; }
public int? STE_SteelType { get; set; }
public string STE_Remark { get; set; }
public string MaterialType { get; set; }
public string MaterialGroup { get; set; }
}
}