| | |
| | | package com.vci.ubcs.omd.constant; |
| | | |
| | | import com.vci.ubcs.starter.util.DefaultAttrAssimtUtil; |
| | | |
| | | import java.util.HashMap; |
| | | import java.util.Map; |
| | | |
| | |
| | | |
| | | public static final Map<String, String> LIFECYCLE_MANAGE_FIELD_MAP; |
| | | |
| | | public static final Map<String, String> MASTERDATA_FIELD_MAP; |
| | | |
| | | public static final Map<String, String> SECRET_MANAGE_FIELD_MAP; |
| | | |
| | | public static final Map<String, String> LINK_TYPE_FIELD_MAP; |
| | |
| | | { |
| | | this.put("nameoid", "对象主键"); |
| | | this.put("revisionoid", "版本主键"); |
| | | this.put("lastr", "是否最新版本"); |
| | | this.put("firstr", "是否最老版本"); |
| | | this.put("lastv", "是否最新版次"); |
| | | this.put("firstv", "是否最老版次"); |
| | | // this.put("lastr", "是否最新版本"); |
| | | // this.put("firstr", "是否最老版本"); |
| | | // this.put("lastv", "是否最新版次"); |
| | | // this.put("firstv", "是否最老版次"); |
| | | this.put("revisionrule", "版本规则"); |
| | | this.put("revisionseq", "版本排序号"); |
| | | this.put("revisionvalue", "版本值"); |
| | |
| | | this.put("lastmodifytime", "最后修改时间"); |
| | | this.put("ts", "时间戳"); |
| | | this.put("owner", "拥有者"); |
| | | this.put("tenant_id","租户"); |
| | | // TODO:因为主数据查询代码中默认就把这些字段给带上了,所以也得加在默认属性里面 |
| | | this.put("lastr", "是否最新版本"); |
| | | this.put("firstr", "是否最老版本"); |
| | | this.put("lastv", "是否最新版次"); |
| | | this.put("firstv", "是否最老版次"); |
| | | } |
| | | }; |
| | | BASE_MODEL_COMPATIBILITY_MAP = new HashMap() { |
| | | { |
| | | this.put("lastr", "islastr"); |
| | | this.put("firstr", "isfirstr"); |
| | | this.put("lastv", "islastv"); |
| | | this.put("firstv", "isfirstv"); |
| | | this.put("lastr", "是否最新版本"); |
| | | this.put("firstr", "是否最老版本"); |
| | | this.put("lastv", "是否最新版次"); |
| | | this.put("firstv", "是否最老版次"); |
| | | } |
| | | }; |
| | | MASTERDATA_FIELD_MAP = new HashMap() { |
| | | { |
| | | this.put("codeclsfid","分类的主键字段"); |
| | | this.put("codeclsfpath", "分类全路径的字段"); |
| | | this.put("codetemplateoid", "模板的主键字段"); |
| | | } |
| | | }; |
| | | LIFECYCLE_MANAGE_FIELD_MAP = new HashMap() { |