@@ -192,4 +192,6 @@ public class PreparationDTO extends BaseDTO implements Serializable {
*/
private Integer applySource;
+
}
@@ -166,4 +166,10 @@ public class PreparationController {
return new R<>();
+ @GetMapping("/test/{epcId}")
+ public R saveTest(@PathVariable("epcId") String epcId) {
+ System.out.println("--------------------------------------------------------"+epcId);
+ return new R<>();
+ }
@@ -86,6 +86,7 @@ ignore:
- /report/sb/infos/**
- /sb/measure-logs/**
- /sb/positions/**
+ - /preparation/preparations/**
platform:
slf4j:
data: D://xajg