17 lines
277 B
C#
17 lines
277 B
C#
|
|
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
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|