田源
2023-05-09 549ecbf13b14a4deb74e42828abcd46ccb68a7c0
Source/UBCS/ubcs-service-api/ubcs-omd-api/src/main/java/com/vci/ubcs/omd/constant/BtmTypeFieldConstant.java
@@ -74,10 +74,10 @@
      };
      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() {