src/main/java/com/fzzy/async/fzzy35/entity/Fz35DepotKey.java
文件名从 src/main/java/com/fzzy/async/fzzy35/entity/DepotKey.java 修改 @@ -7,10 +7,10 @@ @Data @AllArgsConstructor public class DepotKey implements Serializable { public class Fz35DepotKey implements Serializable { private String id; private String companyId; public DepotKey(){ public Fz35DepotKey(){ super(); } }