康东
2023-06-20 69dd6bf325e4d60b1b2697dc2b4c6a5b34c48ac3
Source/UBCS/ubcs-service-api/ubcs-omd-api/src/main/java/com/vci/ubcs/omd/constant/BtmTypeFieldConstant.java
@@ -70,14 +70,15 @@
            this.put("lastmodifytime", "最后修改时间");
            this.put("ts", "时间戳");
            this.put("owner", "拥有者");
            this.put("tenentId","租户");
         }
      };
      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", "lastr");
            this.put("firstr", "firstr");
            this.put("lastv", "lastv");
            this.put("firstv", "firstv");
         }
      };
      LIFECYCLE_MANAGE_FIELD_MAP = new HashMap() {