Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

package com.spice.profitmandi.dao.model;

import com.spice.profitmandi.dao.entity.fofo.PartnerType;

public class PartnerTypeSecondaryModel {
    PartnerType partnerType;
    int warehouseId;
}