no message
parent
fa8ba6f204
commit
2278bae506
|
|
@ -16,6 +16,9 @@ import org.springframework.web.bind.annotation.*;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author 92525
|
||||||
|
*/
|
||||||
@RestController
|
@RestController
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
@Api(tags = "app管理")
|
@Api(tags = "app管理")
|
||||||
|
|
|
||||||
|
|
@ -149,9 +149,9 @@ public interface StockService {
|
||||||
/**
|
/**
|
||||||
* 任务放行
|
* 任务放行
|
||||||
*
|
*
|
||||||
* @param Code 编号
|
* @param code 编号
|
||||||
*/
|
*/
|
||||||
void operationFeedback(String Code);
|
void operationFeedback(String code);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -254,7 +254,7 @@ public class StockServiceImpl implements StockService {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void operationFeedback(String Code) {
|
public void operationFeedback(String code) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue