feat: 移植工程
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.cxx.admin.dao;
|
||||
|
||||
import com.cxx.admin.dto.user.AccountDto;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
||||
@Mapper
|
||||
public interface AccountDao {
|
||||
List<AccountDto> queryAccount();
|
||||
}
|
||||
Reference in New Issue
Block a user