|
@@ -25,7 +25,7 @@ public class ScanFileProperty implements Serializable {
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
@ApiModelProperty(value = "文件路径")
|
|
|
- @TableId(value = "path", type = IdType.AUTO)
|
|
|
+ @TableId(value = "path", type = IdType.INPUT)
|
|
|
private String path;
|
|
|
|
|
|
@ApiModelProperty(value = "文件md5")
|