|
...
|
...
|
@@ -13,7 +13,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<result property="effectiveDate" column="effective_date"/>
|
|
|
|
<result property="expirationDate" column="expiration_date"/>
|
|
|
|
<result property="partyA" column="party_a"/>
|
|
|
|
<result property="partyAAddress" column="party_a_address"/>
|
|
|
|
<result property="partyB" column="party_b"/>
|
|
|
|
<result property="partyBAddress" column="party_b_address"/>
|
|
|
|
<result property="paymentMethod" column="payment_method"/>
|
|
|
|
<result property="signingDate" column="signing_date"/>
|
|
|
|
<result property="subjectInformation" column="subject_information"/>
|
|
...
|
...
|
@@ -33,7 +35,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<result property="effectiveDate" column="effective_date"/>
|
|
|
|
<result property="expirationDate" column="expiration_date"/>
|
|
|
|
<result property="partyA" column="party_a"/>
|
|
|
|
<result property="partyAAddress" column="party_a_address"/>
|
|
|
|
<result property="partyB" column="party_b"/>
|
|
|
|
<result property="partyBAddress" column="party_b_address"/>
|
|
|
|
<result property="paymentMethod" column="payment_method"/>
|
|
|
|
<result property="signingDate" column="signing_date"/>
|
|
|
|
<result property="subjectInformation" column="subject_information"/>
|
|
...
|
...
|
@@ -54,7 +58,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
a.effective_date,
|
|
|
|
expiration_date,
|
|
|
|
a.party_a,
|
|
|
|
a.party_a_address,
|
|
|
|
a.party_b,
|
|
|
|
a.party_b_address,
|
|
|
|
a.payment_method,
|
|
|
|
a.signing_date,
|
|
|
|
a.subject_information,
|
...
|
...
|
|