This commit is contained in:
dute7liang
2024-01-21 17:17:38 +08:00
parent 75dd05f7ec
commit e36ad030e4
11 changed files with 97 additions and 29 deletions

View File

@@ -9,6 +9,7 @@ import com.ruoyi.cai.domain.UserFollowDynamic;
* @author 77
* @date 2023-12-23
*/
@Deprecated
public interface UserFollowDynamicMapper extends BaseMapper<UserFollowDynamic> {
}