YNICTE/Dao/UserDao.cs

17 lines
277 B
C#
Raw Permalink Normal View History

2020-10-12 14:39:23 +09:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NP.Model;
using System.Collections;
using NP.Dao.MyBatis;
namespace NP.Dao
{
public class UserDao : BaseDao
{
}
}