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

com.yixan.base.common.enums.DataState Maven / Gradle / Ivy

There is a newer version: 3.7.1
Show newest version
package com.yixan.base.common.enums;

/**
 * DataState枚举类
* 数据状态(0.正常|1.删除) * * @author zhh * @version V1.0 2016-09-02 */ public enum DataState { /** 0.正常 **/ NORMAL, /** 1.删除 **/ DELETED; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy