package com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.vo;
|
|
import com.vci.rmip.code.client.codeapply.Apply410.object.ubcscode.model.BaseModel;
|
|
|
|
|
/**
|
* 主题库分类显示对象
|
*
|
* @author weidy
|
* @date 2022-01-20
|
*/
|
public class CodeClassifyVO extends BaseModel {
|
|
/**
|
* 禁止修改这个值
|
*/
|
private static final long serialVersionUID = 4615707119254063830L;
|
/**
|
* 是否参与校验,0:不参与;1:参与
|
*/
|
private Integer isParticipateCheck;
|
/**
|
* 属性排序号
|
*/
|
private Integer orderNum;
|
|
/**
|
* 所属业务类型
|
*/
|
private String btmTypeId;
|
|
/**
|
* 所属业务类型名称
|
*/
|
private String btmTypeName;
|
|
/**
|
* 编码规则的主键
|
*/
|
private String codeRuleOid;
|
|
/**
|
* 编码规则的主键显示文本
|
*/
|
private String codeRuleOidName;
|
|
/**
|
* 关键属性查询的规则
|
*/
|
private String codeKeyAttrRepeatOid;
|
|
/**
|
* 关键属性查询的规则显示文本
|
*/
|
private String codeKeyAttrRepeatOidName;
|
|
/**
|
* 上级数据的主键
|
*/
|
private String parentCodeClassifyOid;
|
|
/**
|
* 鏁版嵁鎵�鍦ㄧ殑灞傜骇
|
*/
|
private Integer dataLevel;
|
|
/**
|
* 灞傜骇鐨勮矾寰�
|
*/
|
private String path;
|
|
/***
|
* 鍚嶇О璺緞
|
*/
|
private String namePath;
|
/***
|
* 浠g爜璺緞
|
*/
|
private String idPath;
|
|
/**
|
* 鐩镐技鏌ヨ瑙勫垯涓婚敭
|
*/
|
private String codeResembleRuleOid;
|
|
/**
|
* 鐩镐技鏌ヨ瑙勫垯鍚嶇О
|
*/
|
private String codeResembleRuleOidName;
|
|
public Integer getOrderNum() {
|
return orderNum;
|
}
|
|
public void setOrderNum(Integer orderNum) {
|
this.orderNum = orderNum;
|
}
|
|
public String getBtmTypeId() {
|
return btmTypeId;
|
}
|
|
public void setBtmTypeId(String btmTypeId) {
|
this.btmTypeId = btmTypeId;
|
}
|
|
public String getBtmTypeName() {
|
return btmTypeName;
|
}
|
|
public void setBtmTypeName(String btmTypeName) {
|
this.btmTypeName = btmTypeName;
|
}
|
|
public String getCodeRuleOid() {
|
return codeRuleOid;
|
}
|
|
public void setCodeRuleOid(String codeRuleOid) {
|
this.codeRuleOid = codeRuleOid;
|
}
|
|
public String getCodeRuleOidName() {
|
return codeRuleOidName;
|
}
|
|
public void setCodeRuleOidName(String codeRuleOidName) {
|
this.codeRuleOidName = codeRuleOidName;
|
}
|
|
public String getCodeKeyAttrRepeatOid() {
|
return codeKeyAttrRepeatOid;
|
}
|
|
public void setCodeKeyAttrRepeatOid(String codeKeyAttrRepeatOid) {
|
this.codeKeyAttrRepeatOid = codeKeyAttrRepeatOid;
|
}
|
|
public String getCodeKeyAttrRepeatOidName() {
|
return codeKeyAttrRepeatOidName;
|
}
|
|
public void setCodeKeyAttrRepeatOidName(String codeKeyAttrRepeatOidName) {
|
this.codeKeyAttrRepeatOidName = codeKeyAttrRepeatOidName;
|
}
|
|
public String getParentCodeClassifyOid() {
|
return parentCodeClassifyOid;
|
}
|
|
public void setParentCodeClassifyOid(String parentCodeClassifyOid) {
|
this.parentCodeClassifyOid = parentCodeClassifyOid;
|
}
|
|
public Integer getDataLevel() {
|
return dataLevel;
|
}
|
|
public void setDataLevel(Integer dataLevel) {
|
this.dataLevel = dataLevel;
|
}
|
|
public String getPath() {
|
return path;
|
}
|
|
public void setPath(String path) {
|
this.path = path;
|
}
|
|
public String getNamePath() {
|
return namePath;
|
}
|
|
public void setNamePath(String namePath) {
|
this.namePath = namePath;
|
}
|
|
public String getIdPath() {
|
return idPath;
|
}
|
|
public void setIdPath(String idPath) {
|
this.idPath = idPath;
|
}
|
|
public String getCodeResembleRuleOid() {
|
return codeResembleRuleOid;
|
}
|
|
public void setCodeResembleRuleOid(String codeResembleRuleOid) {
|
this.codeResembleRuleOid = codeResembleRuleOid;
|
}
|
|
public String getCodeResembleRuleOidName() {
|
return codeResembleRuleOidName;
|
}
|
|
public void setCodeResembleRuleOidName(String codeResembleRuleOidName) {
|
this.codeResembleRuleOidName = codeResembleRuleOidName;
|
}
|
|
|
}
|