모델 수정 진행중
This commit is contained in:
@@ -28,4 +28,8 @@ public class ModelMngService {
|
||||
public ModelVerDto.Basic save(ModelMngDto.AddReq addReq) {
|
||||
return modelMngCoreService.save(addReq);
|
||||
}
|
||||
|
||||
public Long update(Long id, ModelMngDto.AddReq addReq) {
|
||||
return modelMngCoreService.update(id, addReq);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user