![JAR search and dependency download from the Maven repository](/logo.png)
com.zc.smartcity.redis.common.Command Maven / Gradle / Ivy
The newest version!
package com.zc.smartcity.redis.common;
import com.google.common.collect.Lists;
import com.zc.smartcity.redis.enums.CommandTypeEnum;
import java.io.Serializable;
import java.util.List;
/**
*
* Command
*
*
* @author: hejianhui
* @see Command
* @since JDK1.8
*/
public class Command implements Serializable {
private String business;
private CommandTypeEnum commandName;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy