商品信息修改回显
parent
9f67361dfd
commit
5c9f4287d5
|
@ -26,7 +26,7 @@ public interface ProjectInfoService extends IService<ProjectInfo> {
|
|||
boolean save(ProjectInfoSaveReq projectInfoSaveReq);
|
||||
|
||||
|
||||
boolean util(Long id, ProjectInfoEditReq projectInfoEditReq);
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -129,6 +129,4 @@ public class ProjectInfoServiceImpl extends ServiceImpl<ProjectInfoMapper, Proje
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue