| | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/notify/vo/BusinessNotifyStateData.class */ |
| | | public class BusinessNotifyStateData { |
| | | private String businessKey; |
| | | private List<Long> businessIds = new ArrayList(); |
| | | private Map<Long, BusinessNotifyStateVO> itemVOMap = new HashMap(); |
| | | private List<Long> businessIds = new ArrayList<>(); |
| | | private Map<Long, BusinessNotifyStateVO> itemVOMap = new HashMap<>(); |
| | | |
| | | public void setBusinessKey(final String businessKey) { |
| | | this.businessKey = businessKey; |