添加排序问题
This commit is contained in:
@@ -35,4 +35,9 @@ public class FileJobUpload extends BaseEntity
|
||||
@ApiModelProperty("业务id")
|
||||
private Long bussinessid;
|
||||
|
||||
@ApiModelProperty("文件名称")
|
||||
private String fileName;
|
||||
|
||||
@ApiModelProperty("文件顺序")
|
||||
private Integer sortNum;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user