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

com.fislike.spring.boot.schedule.client.enums.MatchUnit Maven / Gradle / Ivy

package com.fislike.spring.boot.schedule.client.enums;

/**
 * @author zhangx
 * @version V1.0
 * @mail [email protected]
 * @ClassName MatchUnit
 * @Description
 * @date 2018年12月28日 14:16
 **/
public enum  MatchUnit {
    MINUTES(),SECOND();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy