You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
409 B
Java

package externalsystem.nuri2;
import cokr.xit.foundation.AbstractEntity;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class RandomMessageCreateRequest extends AbstractEntity {
private String dest;
private String msgPrps;
private String sggCd;
private int dataCnt;
private String sincheongFrom;
private String sincheongTo;
private String ibchaFrom;
private String ibchaTo;
}