Subversion Repositories SmartDukaan

Rev

Rev 22708 | Rev 22842 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22708 Rev 22710
Line 65... Line 65...
65
	@Value("${python.api.host}")
65
	@Value("${python.api.host}")
66
	private String host;
66
	private String host;
67
	@Value("${python.api.port}")
67
	@Value("${python.api.port}")
68
	private int port;
68
	private int port;
69
	
69
	
70
	@Value("${fofo.warehousIds}")
70
	@Value("${fofo.warehouseIds}")
71
	private int[] warehouseIds; 
71
	private int[] warehouseIds; 
72
 
72
 
73
	@Autowired
73
	@Autowired
74
	private PricingService pricingService;
74
	private PricingService pricingService;
75
	
75