Compare commits
7 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
53f7f58cf6 | 3 years ago |
|
|
e04a221991 | 3 years ago |
|
|
b34d8fcb2e | 3 years ago |
|
|
1662c0e4f4 | 3 years ago |
|
|
3db6ebfd91 | 3 years ago |
|
|
f0b5627a85 | 3 years ago |
|
|
65bb5fd9de | 3 years ago |
@ -1,16 +0,0 @@
|
||||
package com.dao;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import com.po.Auser;
|
||||
|
||||
@Repository("userDao")
|
||||
@Mapper
|
||||
public interface AdminDao {
|
||||
public int register(Auser buser);
|
||||
public List<Auser> login(Auser buser);
|
||||
public int update(Auser buser);
|
||||
}
|
||||
Loading…
Reference in new issue