Browse Source

bug修复

dzx 1 year ago
parent
commit
2a81b948f3

+ 1 - 1
src/main/java/com/xjrsoft/module/textbook/dto/WfTextbookSubscriptionDto.java

@@ -21,7 +21,7 @@ public class WfTextbookSubscriptionDto {
     * 主键编号
     * 主键编号
     */
     */
     @ApiModelProperty("主键编号")
     @ApiModelProperty("主键编号")
-    private Long id;
+    private String id;
     /**
     /**
      * 主键编号
      * 主键编号
      */
      */