Helius
2021-11-10 6ff39519dd164b1ca937ccff343d759b4982a399
1
2
3
4
5
6
7
8
9
package com.xzx.gc.user.mapper;
 
import com.xzx.gc.batch.BatchMapper;
import com.xzx.gc.entity.UserInfo;
import org.springframework.stereotype.Repository;
 
@Repository
public interface UserBatchMapper extends BatchMapper<UserInfo> {
}