TASK:模块化;

This commit is contained in:
shahaibo
2025-03-25 10:51:16 +08:00
parent ae484c9e6c
commit d080fc04bb
4 changed files with 25 additions and 4 deletions

View File

@@ -10,4 +10,5 @@ import lombok.NoArgsConstructor;
public class MannequinDTO {
private Long id;
private String type;
// private String modelType;
}