提交 fa40ce34 authored 作者: 133's avatar 133

fix(培训模块): 添加了逻辑字段

添加了逻辑字段
上级 f4b74b1c
......@@ -9,6 +9,7 @@ import io.swagger.annotations.ApiModelProperty;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.hibernate.annotations.Where;
import org.modelmapper.ModelMapper;
import org.springframework.data.annotation.CreatedBy;
import org.springframework.data.annotation.CreatedDate;
......@@ -35,6 +36,7 @@ import java.util.List;
@EntityListeners(AuditingEntityListener.class)
@Data
@Entity
@Where(clause = "delete_tag = 0")
public class TrainTheme {
/**
* 培训id
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论