Entire.java 131 B

123456789
  1. package com.backendsys.modules.queue.entity;
  2. import lombok.Data;
  3. @Data
  4. public class Entire {
  5. String key;
  6. Object value;
  7. }