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