| | |
| | | package com.vci.ubcs.code.entity; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.vci.ubcs.starter.revision.model.BaseModel; |
| | | import com.vci.ubcs.starter.web.annotation.VciFieldType; |
| | |
| | | /** |
| | | * 主题库分类的模板属性 |
| | | * @author ludc |
| | | * @date 2022-1-17 |
| | | * @date 2023-05-08 |
| | | */ |
| | | //@VciBtmType(name = MdmBtmTypeConstant.CODE_CLASSIFY_TEMPLATE_ATTR,text = "主题库分类的模板属性",lifeCycle = FrameWorkLcStatusConstant.EMTYPE_LIFE_CYCLE) |
| | | @Data |
| | |
| | | * 所属模板名称 |
| | | */ |
| | | //@Transient(referColumn = "classifyTemplateOid.name") |
| | | @TableField(exist = false) |
| | | private String classifyTemplateOidName; |
| | | |
| | | /** |
| | |
| | | */ |
| | | //Column(columnDefinition = "级联查询属性") |
| | | private String parentQueryAttr; |
| | | |
| | | |
| | | |
| | | } |