zj
2024-06-03 5668aa7dc743d930b4b09dce1e7ccbba371e93cf
1
2
3
4
5
6
7
8
9
10
package org.example.ssmico.demos.web.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import org.example.ssmico.demos.web.entity.TMoneyLog;
import org.example.ssmico.demos.web.entity.TUserPayAddress;
import org.springframework.stereotype.Service;
 
@Service
public interface TUserPayAddressService extends IService<TUserPayAddress> {
}