| | |
| | | import com.by4cloud.platformx.common.log.annotation.SysLog; |
| | | import com.by4cloud.platformx.business.entity.PaymentConfirm; |
| | | import com.by4cloud.platformx.business.service.PaymentConfirmService; |
| | | import com.by4cloud.platformx.common.security.annotation.Inner; |
| | | import org.springframework.security.access.prepost.PreAuthorize; |
| | | import com.by4cloud.platformx.common.excel.annotation.ResponseExcel; |
| | | import io.swagger.v3.oas.annotations.security.SecurityRequirement; |
| | |
| | | public R queryAllBusinessType(){ |
| | | return paymentConfirmService.queryAllBusinessType(); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 账龄详细查询 |
| | | */ |
| | | @GetMapping("queryAging") |
| | | public R queryAging(){ |
| | | return paymentConfirmService.queryAging(); |
| | | } |
| | | } |