feat():修改异常NotNull客户业务层为空

master
Yueng 2024-08-07 16:58:38 +08:00
parent 3f303ffca1
commit edf47ce9f1
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class OrderPayCustomerController {
/**
*
*/
@NotNull
// @NotNull
private final OrderPayCustomerService orderPayCustomerService;
/**