文件名从 src/main/java/com/fzzy/async/fzzy35/entity/Gas.java 修改 |
| | |
| | | @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; |
| | | |
| | |
| | | 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; |