陈战涛
2023-05-10 bca371e7ecc906ec824630c32aefd29a7a4f68d0
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();
        }
    }