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

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

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

/**
 * OperateState枚举类
* 状态:0.待审批|1.审批中|2.已审批|3.已驳回|4.无需审批 * * @author zhh * @version V1.0 2015-09-22 */ public enum OperateState { /** 0.待审批 **/ UNAPPROVED, /** 1.审批中 **/ APPROVING, /** 2.已审批 **/ APPROVED, /** 3.已驳回 **/ REJECTED, /** 4.无需审批 **/ WITHOUT; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy