first commit
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user