田源
2023-07-19 60fd79e0eba3f62ca2f2d5077e1136c3faf71622
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("tenant_id","租户");
         }
      };
      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() {