案例管理

This commit is contained in:
xiezhijun
2021-03-05 20:15:05 +08:00
parent a15e90171b
commit b4d5eabf32
16 changed files with 1147 additions and 49 deletions

View File

@ -0,0 +1,11 @@
package com.stdiet.custom.dto.request;
import lombok.Data;
@Data
public class FileRequest {
private String fileUrl;
private String fileName;
}