package com.doumee.keyCabinet.http.param; public class TicketListParam { private String code; private String key; public String getCode() { return code; } public void setCode(String code) { this.code = code; } public String getKey() { return key; } public void setKey(String key) { this.key = key; } }