You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
257 B
11 lines
257 B
namespace SSWMS.Server
|
|
{
|
|
public class P_Base_ERP<T_Model> : P_Base<T_Model>
|
|
{
|
|
//public P_Base_ERP()
|
|
//{
|
|
// this._sqlMap = P_Base_Common.sqlMapERP;
|
|
// this._mutex = P_Base_Common.mutexERP;
|
|
//}
|
|
}
|
|
}
|