This commit is contained in:
linfso 2024-04-18 20:01:53 +08:00
parent e5ee68bfca
commit b1104b617b
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ public class EmisSite extends BaseEntity
private String updateSite;
private String logoTypeName;
private String countryName;
private String provinceName;
private String cityName;

View File

@ -136,7 +136,7 @@
<association property="parentSiteName" column="parent_site_code" select="selectSiteNameByCode"/>
<association property="superiorFinanceCenterName" column="superior_finance_center_code" select="selectSiteNameByCode"/>
<association property="logoType" column="logo_type" select="selectBrandNameByCode"/>
<association property="logoTypeName" column="logo_type" select="selectBrandNameByCode"/>
</resultMap>