|
@@ -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*/
|