export default {
	base:{
		dictionary:{
			url: "/gdep-system/dict/dictionaryList",
			method: "post"
		},
		sizeGroup:{
			url: "/gdep-mdm/size/query",
			method: "post"
		},
		getCategoryList:{
			url: "/gdep-mdm/category/list",
			method: "get"
		},
		getSupplierList:{
			url: "/gdep-enterprise/supplier/getSupplierList",
			method: "get"
		},
		upload:{
			url: "/gdep-system/virtualfile/uploadFile",
			method: "post"
		}
	}
}