2023-05-23 16:13:17 +08:00
|
|
|
using System;
|
|
|
|
using DeiNiu.Utils;
|
|
|
|
|
|
|
|
namespace DeiNiu.Data.BaseObject
|
|
|
|
{
|
|
|
|
[Serializable]
|
|
|
|
public class BaseOperModel_Imp
|
|
|
|
{
|
2024-11-04 23:34:38 +08:00
|
|
|
protected static log4net.ILog log = log4net.LogManager.GetLogger("logCommon");
|
2023-05-23 16:13:17 +08:00
|
|
|
public BaseOperModel_Imp()
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|