26 lines
570 B
C#
26 lines
570 B
C#
namespace Seyounth.Hyosung.Data.Services.Hyosung.Entities;
|
|
|
|
public class MST_ITEM
|
|
{
|
|
public string BE_ID { get; set; } = "2240";
|
|
|
|
public string ITEM_CODE { get; set; }
|
|
|
|
public string ITEM_CODE_TYPE { get; set; } = "FERT";
|
|
|
|
public string COMMON_S1 { get; set; }
|
|
|
|
public string COMMON_S2 { get; set; }
|
|
|
|
public string COMMON_S3 { get; set; }
|
|
|
|
public string COMMON_S4 { get; set; }
|
|
|
|
public string COMMON_S5 { get; set; }
|
|
|
|
public string ERP_UOM_ID { get; set; }
|
|
|
|
public string WMS_UOM_ID { get; set; }
|
|
|
|
|
|
} |