Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21409 amit.gupta 1
package com.spice.profitmandi.web.res.order;
2
 
3
public class Bank {
4
	private long id;
5
	private String name;
6
	private String logoUrl;
7
}