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

com.tairanchina.csp.dew.jdbc.entity.StatusEntity Maven / Gradle / Ivy

package com.tairanchina.csp.dew.jdbc.entity;

import io.swagger.annotations.ApiModelProperty;

public abstract class StatusEntity

extends PkEntity

{ @ApiModelProperty("是否启用") @EnabledColumn protected Boolean enabled = true; public Boolean getEnabled() { return enabled; } public void setEnabled(Boolean enabled) { this.enabled = enabled; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy