Planinn list

This commit is contained in:
김민구
2024-01-17 16:48:32 +09:00
parent 80251dd338
commit f7666aa84f
6 changed files with 127 additions and 19 deletions

View File

@@ -6,14 +6,12 @@ import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.no1.wms.account.AccountDto;
@Service
public class PlanInService {
@Autowired
PlanInMapper mapper;
public List<AccountDto> selectAll(int searchn, String search, int start, int perPage){
public List<PlanInDto> selectAll(int searchn, String search, int start, int perPage){
HashMap<String, Object> map = new HashMap<String, Object>();
map.put("search", search);
map.put("start", start);