SVN r1115

SVN-Revision: r1115
This commit is contained in:
tdx
2026-02-05 03:19:14 +00:00
parent 89dc609271
commit 143e997310
2 changed files with 5 additions and 62 deletions
+4 -16
View File
@@ -145,22 +145,10 @@ namespace Lskj.Interface.Api
_identityId = value;
}
}
private Hashtable _masterData;
/// <summary>
/// 主表数据,包括基础档案,单据的主表
/// </summary>
public Hashtable MasterData
private string _loginid;
public string LoginId
{
get
{
return _masterData;
}
set
{
_masterData = value;
}
}
}
}
return _logi