using Volo.Abp.Domain.Entities;
namespace Win_in.Sfs.Wms.DataExchange.Domain.Fawtyg.Tyrp;
public class locmout : Entity
{
///
/// 储位
///
public string locmout_loc { get; set; }
///
/// 储位类型
///
public string locmout_stat2 { get; set; }
public override object[] GetKeys()
{
return new object[] { locmout_loc };
}
}