Subversion Repositories SmartDukaan

Rev

Rev 21734 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21734 Rev 25880
Line 1... Line 1...
1
package com.spice.profitmandi.web.res;
1
package com.spice.profitmandi.service.inventory;
2
 
2
 
3
public class BulkPricing
3
public class BulkPricing
4
{
4
{
5
    private double price;
5
    private double price;
6
    private int quantity;
6
    private int quantity;