Helius
2022-02-28 25fb65540710ad0c90cbb0333cacbddef11b3f2b
1
2
3
4
5
6
7
package com.xzx.gc.pay.mapper;
 
import com.xzx.gc.entity.AccountScoreLog;
import com.xzx.gc.util.GcMapper;
 
public interface AccountScoreLogMapper extends GcMapper<AccountScoreLog> {
}