挂账需求
This commit is contained in:
parent
3f03cd2583
commit
b9a795b549
|
|
@ -86,6 +86,9 @@ public class CreditBuyerController {
|
|||
return CzgResult.success();
|
||||
}
|
||||
|
||||
/**
|
||||
* 还款
|
||||
*/
|
||||
@PostMapping("repayment")
|
||||
@OperationLog("挂账人-还款")
|
||||
//@SaAdminCheckPermission("creditBuyer:repayment")
|
||||
|
|
|
|||
Loading…
Reference in New Issue