package com.huaheng.pc.shipment.shipmentDetail.domain;
/**
* todo:出库明细查询类
*/
public class ShipmentDetailSearchModel {
private int headerId;
public int getHeaderId() {
return headerId;
}
public void setHeaderId(int headerId) {
this.headerId = headerId;
}
}