All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.nichetoolkit.socket.model.bean.InfoForOrder Maven / Gradle / Ivy

package io.github.nichetoolkit.socket.model.bean;

import lombok.Builder;
import lombok.Getter;
import lombok.Setter;

/**
 * 

InfoForOrder 信息点播的信息项目

* @author Cyan ([email protected]) * @version v.1.0 */ @Builder @Setter @Getter public class InfoForOrder { private byte type; private byte[] length; private byte[] name; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy