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
}