Subversion Repositories SmartDukaan

Rev

Rev 21730 | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

package com.spice.profitmandi.web.res.order;

public class Bank {
        private long id;
        private String name;
        private String logoUrl;
}