mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 04:03:45 +09:00
입고예정 상세페이지 구현 중
This commit is contained in:
@@ -60,7 +60,6 @@ public class PlanInController {
|
||||
mav.addObject("list", list);
|
||||
|
||||
mav.setViewName("planin/read");
|
||||
|
||||
return mav;
|
||||
}
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ import org.apache.ibatis.type.Alias;
|
||||
import org.springframework.format.annotation.DateTimeFormat;
|
||||
|
||||
import com.no1.wms.account.AccountDto;
|
||||
import com.no1.wms.category.CategoryDto;
|
||||
import com.no1.wms.product.ProductDto;
|
||||
import com.no1.wms.vendor.VendorDto;
|
||||
import com.no1.wms.warehouse.WarehouseDto;
|
||||
@@ -38,9 +39,10 @@ public class PlanInDto {
|
||||
private Boolean activation;
|
||||
private Integer viewGroupNumber;
|
||||
private String oldProductId;
|
||||
private String cName;
|
||||
|
||||
private ProductDto productDto;
|
||||
private VendorDto vendorDto;
|
||||
private AccountDto accountDto;
|
||||
private WarehouseDto warehouseDto;
|
||||
}
|
||||
}
|
||||
@@ -17,9 +17,6 @@ public class PlanInService {
|
||||
map.put("start", start);
|
||||
map.put("perPage", perPage);
|
||||
map.put("searchn", searchn);
|
||||
|
||||
|
||||
|
||||
return mapper.selectAll(map);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user