陈战涛
2023-05-10 bca371e7ecc906ec824630c32aefd29a7a4f68d0
src/main/java/com/fzzy/async/fzzy35/entity/Fz35Gas.java
文件名从 src/main/java/com/fzzy/async/fzzy35/entity/Gas.java 修改
@@ -16,8 +16,8 @@
@Data
@Entity
@Table(name = "D_GAS")
@IdClass(GasKey.class)
public class Gas implements Serializable {
@IdClass(Fz35GasKey.class)
public class Fz35Gas implements Serializable {
   private static final long serialVersionUID = 1L;
@@ -113,12 +113,12 @@
   private String remark;
   public Gas() {
   public Fz35Gas() {
      super();
   }
   public Gas(String batchId, String companyId, String depotId,
               Date receiveDate) {
   public Fz35Gas(String batchId, String companyId, String depotId,
                   Date receiveDate) {
      super();
      this.batchId = batchId;
      this.companyId = companyId;