Exemple #1
0
 //记录系统日志
 public override int InsertSystemLog(EHECD_SystemLogDTO loginfo, ExcuteHelper excute)
 {
     return(excute.InsertSingle <EHECD_SystemLogDTO>(loginfo));
 }
Exemple #2
0
 /// <summary>
 /// 插入系统日志
 /// </summary>
 /// <param name="loginfo">系统操作日志</param>
 /// <returns>插入结果</returns>
 public abstract int InsertSystemLog(EHECD_SystemLogDTO loginfo, Dapper.ExcuteHelper excute);