You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

41 lines
922 B

{
"router":{
"apiRoute":"/api"
},
"modules":
{
"Manufacture":"/manufacture",
"Sale":"/sale"
},
"crmTypes":
{
"Detail":"/details",
"Bom":"/bom",
"Machine":"/machine",
"MachineShop":"/machineShop",
"MachineShopItem":"/machineShopItem",
"ProdLine":"/prodLine",
"ProdLineItem":"/prodLineItem",
"Route":"/route",
"RouteDetail":"/routeDetail",
"Shift":"/shift",
"Team":"/team",
"WorkCenter":"/workCenter",
"Customer":"/customer",
"CustomerItem":"/customerItem",
"CustomerBom":"/customerBom"
},
"funcs":
{
"NullFunc":"/",
"ListFunc":"/list",
"CountFunc":"/count",
"AllFunc":"/all",
"AddFunc":"/add",
"UpdateFunc":"/update",
"DeleteFunc":"/delete",
"ImportFunc":"/import"
}
}