Helius
2021-11-10 3a82a5078037deef31caf3694acc36c4f386ffb3
1
2
3
4
5
6
7
package com.xzx.gc.user.mapper;
 
import com.xzx.gc.entity.AccountScoreLog;
import com.xzx.gc.util.GcMapper;
 
public interface AccountScoreLogMapper extends GcMapper<AccountScoreLog> {
}