package com.ruoyi.dataInterchange.util.haikang.model; public class EventSubscriptionViewRequest { private Integer subWay; public Integer getSubWay() { return subWay; } public void setSubWay(Integer subWay) { this.subWay = subWay; } }