src/main/java/com/zy/ints/entity/Prdt.java
@@ -11,7 +11,7 @@ import java.io.Serializable; @Data @TableName("erp_prdt") @TableName("ERP_PRDT") public class Prdt implements Serializable { private static final long serialVersionUID = 1L; @@ -54,6 +54,24 @@ @ApiModelProperty(value = "状态") private Integer status; /** * 备用字段1 */ @ApiModelProperty(value = "备用字段1") private String temp1; /** * 备用字段2 */ @ApiModelProperty(value = "备用字段2") private String temp2; /** * 备用字段3 */ @ApiModelProperty(value = "备用字段3") private String temp3; public Prdt() { }