挂账需求

This commit is contained in:
Tankaikai 2025-03-05 14:36:04 +08:00
parent 3f03cd2583
commit b9a795b549
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,9 @@ public class CreditBuyerController {
return CzgResult.success();
}
/**
* 还款
*/
@PostMapping("repayment")
@OperationLog("挂账人-还款")
//@SaAdminCheckPermission("creditBuyer:repayment")