md
This commit is contained in:
parent
2a4faf3496
commit
df62b72e56
@ -63,9 +63,33 @@ public class EmisGoodsController extends BaseController
|
||||
return getDataTable(list);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
||||
*/
|
||||
// @PreAuthorize("@ss.hasPermi('emis:emisGoods:list')")
|
||||
@JacksonFilter(include= {"id","goodsSn","goodsName","goodsNameEn","price","orginalNation",
|
||||
"brand","ingredients",""
|
||||
@JacksonFilter(include= {
|
||||
"goodsCode",
|
||||
"goodsName",
|
||||
"goodsNameEn",
|
||||
"goodsType",
|
||||
"goodsModel",
|
||||
"nationArea",
|
||||
"ownerCode",
|
||||
"brand",
|
||||
"material",
|
||||
"grossWeight",
|
||||
"netWeight",
|
||||
"taxNo",
|
||||
"hsCode",
|
||||
"unit",
|
||||
"price",
|
||||
"currency",
|
||||
"ingredients",
|
||||
"purpose",
|
||||
"supplier",
|
||||
"licNo",
|
||||
"orderNum"
|
||||
},value= EmisGoods.class,type= JacksonFilter.JscksonFilterType.RESPONSE)
|
||||
@RequestMapping("/listSimple")
|
||||
public TableDataInfo listSimple(EmisGoods emisGoods)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user