mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 00:15:06 +08:00
feature(uniapp分类): review
This commit is contained in:
@ -1,19 +1,19 @@
|
||||
package cn.iocoder.yudao.module.pay.api.order;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
|
||||
/**
|
||||
* @author LeeYan9
|
||||
* @since 2022-09-06
|
||||
*/
|
||||
@Service
|
||||
public class PayOrderApiImpl implements PayOrderApi {
|
||||
|
||||
@Override
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
public Long createPayOrder(PayOrderInfoCreateReqDTO reqDTO) {
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
//package cn.iocoder.yudao.module.pay.api.order;
|
||||
//
|
||||
//import org.springframework.stereotype.Service;
|
||||
//import org.springframework.transaction.annotation.Transactional;
|
||||
//
|
||||
///**
|
||||
// * @author LeeYan9
|
||||
// * @since 2022-09-06
|
||||
// */
|
||||
//@Service
|
||||
//public class PayOrderApiImpl implements PayOrderApi {
|
||||
//
|
||||
// @Override
|
||||
// @Transactional(rollbackFor = Exception.class)
|
||||
// public Long createPayOrder(PayOrderInfoCreateReqDTO reqDTO) {
|
||||
// return null;
|
||||
// }
|
||||
//
|
||||
//}
|
||||
|
Reference in New Issue
Block a user