- 修改:todo
This commit is contained in:
parent
fffdd4466b
commit
4ec0864626
@ -15,7 +15,7 @@ import java.util.List;
|
|||||||
* @time 2019-04-06 13:29
|
* @time 2019-04-06 13:29
|
||||||
*/
|
*/
|
||||||
@Repository
|
@Repository
|
||||||
// TODO FROM 芋艿 to 小范:替换成 Mybatis Plus
|
// TODO done FROM 芋艿 to 小范:替换成 Mybatis Plus
|
||||||
public interface UserAddressMapper extends BaseMapper<UserAddressDO> {
|
public interface UserAddressMapper extends BaseMapper<UserAddressDO> {
|
||||||
|
|
||||||
default List<UserAddressDO> selectByUserId(Integer userId) {
|
default List<UserAddressDO> selectByUserId(Integer userId) {
|
||||||
|
Loading…
Reference in New Issue
Block a user