package com.gkhy.safePlatform.equipment.entity; import java.util.List; public class MaterialReceiveRecordsBO { private List receiveUids; private List smallClassifyIds ; public List getReceiveUids() { return receiveUids; } public void setReceiveUids(List receiveUids) { this.receiveUids = receiveUids; } public List getSmallClassifyIds() { return smallClassifyIds; } public void setSmallClassifyIds(List smallClassifyIds) { this.smallClassifyIds = smallClassifyIds; } }