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

com.fengwenyi.apistarter.constant.DeletedState Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package com.fengwenyi.apistarter.constant;

/**
 * 删除状态
 * @author Erwin Feng
 * @since 2022-04-16
 */
public class DeletedState {

    /** 删除 */
    public static final boolean Y = true;

    /** 正常 */
    public static final boolean N = false;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy