This commit is contained in:
linfso 2024-08-31 05:57:33 +08:00
parent 31106fa246
commit 2886d651b2

View File

@ -88,20 +88,20 @@ public class WarehouseInController extends BaseController
"confirmDate",
"usedStatus",
"status",
"waybillDetail.intoWarehouseCode",
"waybillDetail.intoWarehouseName",
"waybillDetail.intoWarehouseAddress",
"waybillDetail.intoWarehouseContact",
"waybillDetail.intoWarehousePhone",
"waybillDetail.goodsInfo",
"waybillDetail.receiveCountryName",
"waybillDetail.receiveProvinceName",
"waybillDetail.sendCountryName",
"waybillDetail.sendProvinceName",
"waybillDetail.transLineTypeName",
"waybillDetail.productTypeName",
"waybillDetail.sendSiteName",
"waybillDetail.dispatchUnderlingSiteName"
"intoWarehouseCode",
"intoWarehouseName",
"intoWarehouseAddress",
"intoWarehouseContact",
"intoWarehousePhone",
"goodsInfo",
"receiveCountryName",
"receiveProvinceName",
"sendCountryName",
"sendProvinceName",
"transLineTypeName",
"productTypeName",
"sendSiteName",
"dispatchUnderlingSiteName"
},value= EmisWarehouseIn.class,type= JacksonFilter.JscksonFilterType.RESPONSE)
@GetMapping("/listSimple")
public TableDataInfo listSimple(EmisWarehouseIn emisWarehouseIn)