瀏覽代碼

修改回调日志信息

syh 5 年之前
父節點
當前提交
5473f76b78

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/wps/entity/WpsFileVersion.java

@@ -24,7 +24,7 @@ import org.jeecgframework.poi.excel.annotation.Excel;
 public class WpsFileVersion {
 public class WpsFileVersion {
 
 
 	/**id*/
 	/**id*/
-	@TableId(type = IdType.UUID)
+	@TableId(type = IdType.AUTO)
     @ApiModelProperty(value = "id")
     @ApiModelProperty(value = "id")
 	private Integer id;
 	private Integer id;
 	/**fileId*/
 	/**fileId*/