去掉没用的引用
This commit is contained in:
parent
442fbb602e
commit
375e1619b0
|
@ -19,7 +19,7 @@ import java.util.List;
|
||||||
public class PaymentServiceImpl extends BaseService<PaymentEntity,String> implements IPaymentService {
|
public class PaymentServiceImpl extends BaseService<PaymentEntity,String> implements IPaymentService {
|
||||||
|
|
||||||
|
|
||||||
public static final String oa_datasource_code = "123";
|
|
||||||
private IPaymentDao paymentDao;
|
private IPaymentDao paymentDao;
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|
Loading…
Reference in New Issue