Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 31538 |
amit.gupta |
1 |
package com.spice.profitmandi.dao.model;
|
|
|
2 |
|
|
|
3 |
import com.spice.profitmandi.dao.entity.fofo.PartnerType;
|
|
|
4 |
|
|
|
5 |
public class PartnerTypeSecondaryModel {
|
|
|
6 |
PartnerType partnerType;
|
|
|
7 |
int warehouseId;
|
|
|
8 |
}
|