mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
添加业务ID字段
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -70,6 +70,11 @@
|
||||
<artifactId>tika-core</artifactId>
|
||||
<version>2.9.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tika</groupId>
|
||||
<artifactId>tika-parsers-standard-package</artifactId>
|
||||
<version>2.9.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.flywaydb</groupId>
|
||||
<artifactId>flyway-core</artifactId>
|
||||
|
||||
@@ -25,4 +25,6 @@ public class CreateFileDto extends OrgCommonDto {
|
||||
|
||||
@Comment("局域网访问地址")
|
||||
private String privateUrl;
|
||||
@Comment("业务ID")
|
||||
private String businessId;
|
||||
}
|
||||
|
||||
@@ -25,4 +25,6 @@ public class FileDto extends OrgCommonDto {
|
||||
|
||||
@Comment("局域网访问地址")
|
||||
private String privateUrl;
|
||||
@Comment("业务ID")
|
||||
private String businessId;
|
||||
}
|
||||
|
||||
@@ -25,4 +25,6 @@ public class UpdateFileDto extends OrgCommonDto {
|
||||
|
||||
@Comment("局域网访问地址")
|
||||
private String privateUrl;
|
||||
@Comment("业务ID")
|
||||
private String businessId;
|
||||
}
|
||||
|
||||
@@ -32,4 +32,7 @@ public class FileEntity extends OrgCommonEntity {
|
||||
|
||||
@Comment("对象ID")
|
||||
private String objectId;
|
||||
|
||||
@Comment("业务ID")
|
||||
private String businessId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user