- 修改:todo

This commit is contained in:
fansili 2020-05-08 09:35:46 +08:00
parent fffdd4466b
commit 4ec0864626

View File

@ -15,7 +15,7 @@ import java.util.List;
* @time 2019-04-06 13:29
*/
@Repository
// TODO FROM 芋艿 to 小范替换成 Mybatis Plus
// TODO done FROM 芋艿 to 小范替换成 Mybatis Plus
public interface UserAddressMapper extends BaseMapper<UserAddressDO> {
default List<UserAddressDO> selectByUserId(Integer userId) {