Browse Source

新增单个更新方法

openHj 1 year ago
parent
commit
f6bf1ec7b6

+ 1 - 0
hx-customer/src/main/java/com/fjhx/customer/entity/customer/po/Customer.java

@@ -184,6 +184,7 @@ public class Customer extends BasePo {
     /**
     /**
      * 小满国家
      * 小满国家
      */
      */
+    @TableField("xm_country_name")
     private String countryName;
     private String countryName;
 
 
 }
 }