...
|
...
|
@@ -65,4 +65,6 @@ module.exports=function(app) { |
|
|
app.post("/profile/queryUserProfileByRole","select_queryUserProfileByRole");
|
|
|
app.post("/model/queryModelListForSelect","select_queryModelListForSelect");
|
|
|
app.post("/productSize/queryProdSizeListForSel","select_queryProdSizeListForSel");
|
|
|
|
|
|
app.post("/erpproduct/brands/queryShopsBrandsByStatus","select_queryShopsBrandsByStatus");
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|