This commit is contained in:
2025-12-19 11:54:14 +09:00
parent 1039e5c649
commit 8ab525cd67
2 changed files with 9 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ public class ModelMngBakDto {
@Setter
@NoArgsConstructor
@AllArgsConstructor
public static class AddReq{
public static class AddReq {
private String modelCate;
private String modelVer;
private String modelPath;