9 lines
185 B
C#
Raw Permalink Normal View History

namespace Seyounth.Hyosung.Data.Services.Hyosung.Entities;
public class MST_ITEM_VERSION
{
public string ITEM_CODE { get; set; }
public string WORK_CENTER { get; set; }
}