jz.kai 1 年之前
父节点
当前提交
0955f263d4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common/src/main/java/com/jpsoft/employment/modules/base/entity/WishInfo.java

+ 1 - 1
common/src/main/java/com/jpsoft/employment/modules/base/entity/WishInfo.java

@@ -62,5 +62,5 @@ public class WishInfo {
 	private Boolean delFlag;
 
 	@ApiModelProperty(value = "数量")
-	private Integer amount;
+	private Integer recordAmount;
 	}