no message

main
奥德彪本彪\92525 2024-08-26 19:50:57 +08:00
parent fa8ba6f204
commit 2278bae506
3 changed files with 6 additions and 3 deletions

View File

@ -16,6 +16,9 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* @author 92525
*/
@RestController
@RequiredArgsConstructor
@Api(tags = "app管理")

View File

@ -149,9 +149,9 @@ public interface StockService {
/**
*
*
* @param Code
* @param code
*/
void operationFeedback(String Code);
void operationFeedback(String code);
/**

View File

@ -254,7 +254,7 @@ public class StockServiceImpl implements StockService {
}
@Override
public void operationFeedback(String Code) {
public void operationFeedback(String code) {
}