| | |
| | | package com.java110.dto.printerRuleMachine; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | public class PrinterRuleMachineDto extends PageDto implements Serializable { |
| | | |
| | | private String machineId; |
| | | private String quantity; |
| | | private String prmId; |
| | | private String ruleId; |
| | | private String communityId; |
| | | private String machineName; |
| | | private String quantity; |
| | | private String prmId; |
| | | private String ruleId; |
| | | private String communityId; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public String getMachineId() { |
| | | return machineId; |
| | | } |
| | | public void setMachineId(String machineId) { |
| | | |
| | | public void setMachineId(String machineId) { |
| | | this.machineId = machineId; |
| | | } |
| | | public String getQuantity() { |
| | | |
| | | public String getQuantity() { |
| | | return quantity; |
| | | } |
| | | public void setQuantity(String quantity) { |
| | | |
| | | public void setQuantity(String quantity) { |
| | | this.quantity = quantity; |
| | | } |
| | | public String getPrmId() { |
| | | |
| | | public String getPrmId() { |
| | | return prmId; |
| | | } |
| | | public void setPrmId(String prmId) { |
| | | |
| | | public void setPrmId(String prmId) { |
| | | this.prmId = prmId; |
| | | } |
| | | public String getRuleId() { |
| | | |
| | | public String getRuleId() { |
| | | return ruleId; |
| | | } |
| | | public void setRuleId(String ruleId) { |
| | | |
| | | public void setRuleId(String ruleId) { |
| | | this.ruleId = ruleId; |
| | | } |
| | | public String getCommunityId() { |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | public void setCommunityId(String communityId) { |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getMachineName() { |
| | | return machineName; |
| | | } |
| | | |
| | | public void setMachineName(String machineName) { |
| | | this.machineName = machineName; |
| | | } |
| | | } |