mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 12:13:33 +09:00
planin 작업 완료
This commit is contained in:
@@ -40,4 +40,16 @@ public class PlanInService {
|
||||
void insert(PlanInDto dto){
|
||||
mapper.insert(dto);
|
||||
}
|
||||
|
||||
int delete(PlanInDto dto){
|
||||
return mapper.delete(dto);
|
||||
}
|
||||
|
||||
List<PlanInDto> selectByUrl(String id) {
|
||||
|
||||
return mapper.selectByUrl(id);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user