YNICTE/Dao/MyBatis/BaseDAO.cs

16 lines
324 B
C#
Raw Permalink Normal View History

2020-10-12 14:39:23 +09:00
using System.Data;
using IBatisNet.DataMapper;
using IBatisNet.DataMapper.MappedStatements;
using IBatisNet.DataMapper.Scope;
using System;
using System.Collections;
using NP.Frame;
using System.Collections.Generic;
namespace NP.Dao.MyBatis
{
public class BaseDao : NP.Frame.Dao
{
}
}