TASK:模块化;

This commit is contained in:
shahaibo
2025-03-30 23:31:00 +08:00
parent 890265611a
commit 2edf7d211b
3 changed files with 14 additions and 4 deletions

View File

@@ -104,6 +104,7 @@ public class ProjectController {
}
@PostMapping("/getThreeDSize")
@ApiOperationSupport(order = 10)
@ApiOperation(value = "获取尺码", notes = "传入project")
public Response<ThreeDSizeVO> getThreeDSize(@RequestParam(value = "threeDSimpleId") Long threeDSimpleId) {