src/main/java/com/fzzy/async/fzzy35/entity/Fz35GrainKey.javacopy from src/main/java/com/fzzy/async/fzzy35/entity/PestKey.java copy to src/main/java/com/fzzy/async/fzzy35/entity/Fz35GrainKey.java
文件从 src/main/java/com/fzzy/async/fzzy35/entity/PestKey.java 复制 @@ -7,11 +7,11 @@ @Data @AllArgsConstructor public class PestKey implements Serializable { public class Fz35GrainKey implements Serializable { private String batchId; private String companyId; private String depotId; public PestKey(){ public Fz35GrainKey(){ super(); } }