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