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.
12 lines
257 B
12 lines
257 B
1 year ago
|
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;
|
||
|
//}
|
||
|
}
|
||
|
}
|