Tiger.IBusiness.MES/Transaction/IPosition.cs
@@ -12,6 +12,7 @@ public interface IPosition : IMESTransaction { #region Propertys & Variables public DbClient MainDB { get; } public string UserCode { get; set; } public string PostCode { get; set; } public MES_FACTORY CurFactory { get; set; }