附件,添加其他字段

master
shijie 4 years ago
parent 38648860db
commit d6e4a4a33a
  1. 1
      dq-financial-guarantee/src/main/resources/mapper/guarantee/DgEnclosureInfoMapper.xml
  2. 5
      dq-framework-model/src/main/java/com/daqing/framework/domain/guarantee/DgEnclosureInfo.java

@ -19,6 +19,7 @@
<result column="tax_certificate" property="taxCertificate" />
<result column="meeting_minutes" property="meetingMinutes" />
<result column="assessment_report" property="assessmentReport" />
<result column="other_file" property="otherFile" />
</resultMap>
<select id="selectByCompanyId" resultType="com.daqing.financial.guarantee.model.response.DgEnclosureInfoResponse">

@ -106,4 +106,9 @@ public class DgEnclosureInfo implements Serializable {
* 考察照片
*/
private String inspectionPhotos;
/**
* 其他附件
*/
private String otherFile;
}

Loading…
Cancel
Save