package com.gkhy.safePlatform.equipment.rpc.api.model.dto.req; public class MaterialSpwDeliveryRPCReq { private Integer count; private Long smallClassifyId; private Long depId; public Integer getCount() { return count; } public void setCount(Integer count) { this.count = count; } public Long getSmallClassifyId() { return smallClassifyId; } public void setSmallClassifyId(Long smallClassifyId) { this.smallClassifyId = smallClassifyId; } public Long getDepId() { return depId; } public void setDepId(Long depId) { this.depId = depId; } }