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

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

The newest version!
package org.treeleafj.xmax.constant;

/**
 * 状态
 * 

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy