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