1. 修复业务附件通过 api 上传时,code 不会被赋值的问题
This commit is contained in:
@@ -13,6 +13,9 @@ public class BusinessFileSaveReqVO {
|
||||
@Schema(description = "附件Id", example = "李四")
|
||||
private Long fileId;
|
||||
|
||||
@Schema(description = "业务编码")
|
||||
private String businessCode;
|
||||
|
||||
@Schema(description = "业务Id", example = "李四")
|
||||
private Long businessId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user