收款单dao
This commit is contained in:
parent
3e726e8b3c
commit
f601167183
|
@ -14,7 +14,7 @@ import java.util.List;
|
|||
* @content
|
||||
* @date 2023-08-30 10:27
|
||||
*/
|
||||
@Repository(value = "PayBillDaoImpl")
|
||||
@Repository(value = "RecBillDaoImpl")
|
||||
public class RecBillDaoImpl extends MybatisGenericDao implements IRecBillDao {
|
||||
|
||||
@DS("#rec.dataSourceCode")
|
||||
|
|
|
@ -27,7 +27,7 @@ import java.util.List;
|
|||
*
|
||||
*/
|
||||
|
||||
@Service("PayBillServiceImpl")
|
||||
@Service("RecBillServiceImpl")
|
||||
public class RecBillServiceImpl extends BaseService<PaymentEntity,String> implements IRecBillService {
|
||||
private static final Logger logger = LoggerFactory.getLogger(RecBillServiceImpl.class);
|
||||
|
||||
|
|
Loading…
Reference in New Issue