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

org.treeleafj.xmax.constant.Status Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package org.treeleafj.xmax.constant;

/**
 * 状态
 * 

* Created by leaf on 2017/5/3. */ public interface Status { /** * 状态-启用 */ Integer STATUS_ENABLE = 1; /** * 状态-禁用 */ Integer STATUS_DISABLE = 0; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy