parent
46fa7830bc
commit
b60901e757
112 changed files with 2198 additions and 0 deletions
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 申请贷款信息 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-apply-amount-info") |
||||
public class DgApplyAmountInfoController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 价值评估列表 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-assets-assessment-assets-list") |
||||
public class DgAssetsAssessmentAssetsListController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 价值评估记录 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-assets-assessment-assets-log") |
||||
public class DgAssetsAssessmentAssetsLogController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 资产部记录 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-assets-assign-user") |
||||
public class DgAssetsAssignUserController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 资产调查 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-assets-investigation") |
||||
public class DgAssetsInvestigationController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 审核流程进程 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-audit-process") |
||||
public class DgAuditProcessController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 合规调查记录 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-compliance-assign-user") |
||||
public class DgComplianceAssignUserController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 合规调查 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-compliance-investigation") |
||||
public class DgComplianceInvestigationController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 附件 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-enclosure-info") |
||||
public class DgEnclosureInfoController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保审核 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-guarantee-apply") |
||||
public class DgGuaranteeApplyController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保经理审核 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-guarantee-apply-last") |
||||
public class DgGuaranteeApplyLastController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保部记录 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-guarantee-assign-user") |
||||
public class DgGuaranteeAssignUserController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保调查 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-guarantee-investigation") |
||||
public class DgGuaranteeInvestigationController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保函确认 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-guarantee-letter-consider") |
||||
public class DgGuaranteeLetterConsiderController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 企业法人信息 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-legal-info") |
||||
public class DgLegalInfoController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 贷审会审议 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-loan-committee-consider") |
||||
public class DgLoanCommitteeConsiderController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 放款通知 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-loan-notice") |
||||
public class DgLoanNoticeController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 信息部记录 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-message-assign-user") |
||||
public class DgMessageAssignUserController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 信息调查 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-message-investigation") |
||||
public class DgMessageInvestigationController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 回款确认 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-payment-confirmation-consider") |
||||
public class DgPaymentConfirmationConsiderController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 业务流程表 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-process") |
||||
public class DgProcessController { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 工作会审议 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-work-conference-consider") |
||||
public class DgWorkConferenceConsiderController { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgApplyAmountInfo; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 申请贷款信息 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgApplyAmountInfoMapper extends BaseMapper<DgApplyAmountInfo> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgAssetsAssessmentAssetsList; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 价值评估列表 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgAssetsAssessmentAssetsListMapper extends BaseMapper<DgAssetsAssessmentAssetsList> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgAssetsAssessmentAssetsLog; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 价值评估记录 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgAssetsAssessmentAssetsLogMapper extends BaseMapper<DgAssetsAssessmentAssetsLog> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgAssetsAssignUser; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 资产部记录 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgAssetsAssignUserMapper extends BaseMapper<DgAssetsAssignUser> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgAssetsInvestigation; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 资产调查 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgAssetsInvestigationMapper extends BaseMapper<DgAssetsInvestigation> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgAuditProcess; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 审核流程进程 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgAuditProcessMapper extends BaseMapper<DgAuditProcess> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgComplianceAssignUser; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 合规调查记录 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgComplianceAssignUserMapper extends BaseMapper<DgComplianceAssignUser> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgComplianceInvestigation; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 合规调查 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgComplianceInvestigationMapper extends BaseMapper<DgComplianceInvestigation> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgEnclosureInfo; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 附件 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgEnclosureInfoMapper extends BaseMapper<DgEnclosureInfo> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgGuaranteeApplyLast; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保经理审核 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgGuaranteeApplyLastMapper extends BaseMapper<DgGuaranteeApplyLast> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgGuaranteeApply; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保审核 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgGuaranteeApplyMapper extends BaseMapper<DgGuaranteeApply> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgGuaranteeAssignUser; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保部记录 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgGuaranteeAssignUserMapper extends BaseMapper<DgGuaranteeAssignUser> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgGuaranteeInvestigation; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保调查 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgGuaranteeInvestigationMapper extends BaseMapper<DgGuaranteeInvestigation> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgGuaranteeLetterConsider; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保函确认 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgGuaranteeLetterConsiderMapper extends BaseMapper<DgGuaranteeLetterConsider> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgLegalInfo; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 企业法人信息 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgLegalInfoMapper extends BaseMapper<DgLegalInfo> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgLoanCommitteeConsider; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 贷审会审议 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgLoanCommitteeConsiderMapper extends BaseMapper<DgLoanCommitteeConsider> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgLoanNotice; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 放款通知 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgLoanNoticeMapper extends BaseMapper<DgLoanNotice> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgMessageAssignUser; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 信息部记录 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgMessageAssignUserMapper extends BaseMapper<DgMessageAssignUser> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgMessageInvestigation; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 信息调查 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgMessageInvestigationMapper extends BaseMapper<DgMessageInvestigation> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgPaymentConfirmationConsider; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 回款确认 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgPaymentConfirmationConsiderMapper extends BaseMapper<DgPaymentConfirmationConsider> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgProcess; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 业务流程表 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgProcessMapper extends BaseMapper<DgProcess> { |
||||
|
||||
} |
@ -0,0 +1,18 @@ |
||||
package com.daqing.financial.guarantee.mapper; |
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
||||
import com.daqing.framework.domain.guarantee.DgWorkConferenceConsider; |
||||
import org.apache.ibatis.annotations.Mapper; |
||||
|
||||
/** |
||||
* <p> |
||||
* 工作会审议 Mapper 接口 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Mapper |
||||
public interface DgWorkConferenceConsiderMapper extends BaseMapper<DgWorkConferenceConsider> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgApplyAmountInfo; |
||||
|
||||
/** |
||||
* <p> |
||||
* 申请贷款信息 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgApplyAmountInfoService extends IService<DgApplyAmountInfo> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgAssetsAssessmentAssetsList; |
||||
|
||||
/** |
||||
* <p> |
||||
* 价值评估列表 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgAssetsAssessmentAssetsListService extends IService<DgAssetsAssessmentAssetsList> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgAssetsAssessmentAssetsLog; |
||||
|
||||
/** |
||||
* <p> |
||||
* 价值评估记录 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgAssetsAssessmentAssetsLogService extends IService<DgAssetsAssessmentAssetsLog> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgAssetsAssignUser; |
||||
|
||||
/** |
||||
* <p> |
||||
* 资产部记录 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgAssetsAssignUserService extends IService<DgAssetsAssignUser> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgAssetsInvestigation; |
||||
|
||||
/** |
||||
* <p> |
||||
* 资产调查 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgAssetsInvestigationService extends IService<DgAssetsInvestigation> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgAuditProcess; |
||||
|
||||
/** |
||||
* <p> |
||||
* 审核流程进程 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgAuditProcessService extends IService<DgAuditProcess> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgComplianceAssignUser; |
||||
|
||||
/** |
||||
* <p> |
||||
* 合规调查记录 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgComplianceAssignUserService extends IService<DgComplianceAssignUser> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgComplianceInvestigation; |
||||
|
||||
/** |
||||
* <p> |
||||
* 合规调查 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgComplianceInvestigationService extends IService<DgComplianceInvestigation> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgEnclosureInfo; |
||||
|
||||
/** |
||||
* <p> |
||||
* 附件 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgEnclosureInfoService extends IService<DgEnclosureInfo> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgGuaranteeApplyLast; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保经理审核 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgGuaranteeApplyLastService extends IService<DgGuaranteeApplyLast> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgGuaranteeApply; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保审核 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgGuaranteeApplyService extends IService<DgGuaranteeApply> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgGuaranteeAssignUser; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保部记录 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgGuaranteeAssignUserService extends IService<DgGuaranteeAssignUser> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgGuaranteeInvestigation; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保调查 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgGuaranteeInvestigationService extends IService<DgGuaranteeInvestigation> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgGuaranteeLetterConsider; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保函确认 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgGuaranteeLetterConsiderService extends IService<DgGuaranteeLetterConsider> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgLegalInfo; |
||||
|
||||
/** |
||||
* <p> |
||||
* 企业法人信息 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgLegalInfoService extends IService<DgLegalInfo> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgLoanCommitteeConsider; |
||||
|
||||
/** |
||||
* <p> |
||||
* 贷审会审议 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgLoanCommitteeConsiderService extends IService<DgLoanCommitteeConsider> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgLoanNotice; |
||||
|
||||
/** |
||||
* <p> |
||||
* 放款通知 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgLoanNoticeService extends IService<DgLoanNotice> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgMessageAssignUser; |
||||
|
||||
/** |
||||
* <p> |
||||
* 信息部记录 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgMessageAssignUserService extends IService<DgMessageAssignUser> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgMessageInvestigation; |
||||
|
||||
/** |
||||
* <p> |
||||
* 信息调查 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgMessageInvestigationService extends IService<DgMessageInvestigation> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgPaymentConfirmationConsider; |
||||
|
||||
/** |
||||
* <p> |
||||
* 回款确认 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgPaymentConfirmationConsiderService extends IService<DgPaymentConfirmationConsider> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgProcess; |
||||
|
||||
/** |
||||
* <p> |
||||
* 业务流程表 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgProcessService extends IService<DgProcess> { |
||||
|
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.daqing.financial.guarantee.service; |
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService; |
||||
import com.daqing.framework.domain.guarantee.DgWorkConferenceConsider; |
||||
|
||||
/** |
||||
* <p> |
||||
* 工作会审议 服务类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
public interface IDgWorkConferenceConsiderService extends IService<DgWorkConferenceConsider> { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgApplyAmountInfoMapper; |
||||
import com.daqing.financial.guarantee.service.IDgApplyAmountInfoService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgApplyAmountInfo; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 申请贷款信息 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgApplyAmountInfoServiceImpl extends ServiceImpl<DgApplyAmountInfoMapper, DgApplyAmountInfo> implements IDgApplyAmountInfoService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgAssetsAssessmentAssetsListMapper; |
||||
import com.daqing.financial.guarantee.service.IDgAssetsAssessmentAssetsListService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgAssetsAssessmentAssetsList; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 价值评估列表 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgAssetsAssessmentAssetsListServiceImpl extends ServiceImpl<DgAssetsAssessmentAssetsListMapper, DgAssetsAssessmentAssetsList> implements IDgAssetsAssessmentAssetsListService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgAssetsAssessmentAssetsLogMapper; |
||||
import com.daqing.financial.guarantee.service.IDgAssetsAssessmentAssetsLogService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgAssetsAssessmentAssetsLog; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 价值评估记录 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgAssetsAssessmentAssetsLogServiceImpl extends ServiceImpl<DgAssetsAssessmentAssetsLogMapper, DgAssetsAssessmentAssetsLog> implements IDgAssetsAssessmentAssetsLogService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgAssetsAssignUserMapper; |
||||
import com.daqing.financial.guarantee.service.IDgAssetsAssignUserService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgAssetsAssignUser; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 资产部记录 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgAssetsAssignUserServiceImpl extends ServiceImpl<DgAssetsAssignUserMapper, DgAssetsAssignUser> implements IDgAssetsAssignUserService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgAssetsInvestigationMapper; |
||||
import com.daqing.financial.guarantee.service.IDgAssetsInvestigationService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgAssetsInvestigation; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 资产调查 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgAssetsInvestigationServiceImpl extends ServiceImpl<DgAssetsInvestigationMapper, DgAssetsInvestigation> implements IDgAssetsInvestigationService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgAuditProcessMapper; |
||||
import com.daqing.financial.guarantee.service.IDgAuditProcessService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgAuditProcess; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 审核流程进程 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgAuditProcessServiceImpl extends ServiceImpl<DgAuditProcessMapper, DgAuditProcess> implements IDgAuditProcessService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgComplianceAssignUserMapper; |
||||
import com.daqing.financial.guarantee.service.IDgComplianceAssignUserService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgComplianceAssignUser; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 合规调查记录 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgComplianceAssignUserServiceImpl extends ServiceImpl<DgComplianceAssignUserMapper, DgComplianceAssignUser> implements IDgComplianceAssignUserService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgComplianceInvestigationMapper; |
||||
import com.daqing.financial.guarantee.service.IDgComplianceInvestigationService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgComplianceInvestigation; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 合规调查 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgComplianceInvestigationServiceImpl extends ServiceImpl<DgComplianceInvestigationMapper, DgComplianceInvestigation> implements IDgComplianceInvestigationService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgEnclosureInfoMapper; |
||||
import com.daqing.financial.guarantee.service.IDgEnclosureInfoService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgEnclosureInfo; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 附件 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgEnclosureInfoServiceImpl extends ServiceImpl<DgEnclosureInfoMapper, DgEnclosureInfo> implements IDgEnclosureInfoService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgGuaranteeApplyLastMapper; |
||||
import com.daqing.financial.guarantee.service.IDgGuaranteeApplyLastService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgGuaranteeApplyLast; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保经理审核 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgGuaranteeApplyLastServiceImpl extends ServiceImpl<DgGuaranteeApplyLastMapper, DgGuaranteeApplyLast> implements IDgGuaranteeApplyLastService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgGuaranteeApplyMapper; |
||||
import com.daqing.financial.guarantee.service.IDgGuaranteeApplyService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgGuaranteeApply; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保审核 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgGuaranteeApplyServiceImpl extends ServiceImpl<DgGuaranteeApplyMapper, DgGuaranteeApply> implements IDgGuaranteeApplyService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgGuaranteeAssignUserMapper; |
||||
import com.daqing.financial.guarantee.service.IDgGuaranteeAssignUserService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgGuaranteeAssignUser; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保部记录 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgGuaranteeAssignUserServiceImpl extends ServiceImpl<DgGuaranteeAssignUserMapper, DgGuaranteeAssignUser> implements IDgGuaranteeAssignUserService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgGuaranteeInvestigationMapper; |
||||
import com.daqing.financial.guarantee.service.IDgGuaranteeInvestigationService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgGuaranteeInvestigation; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保调查 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgGuaranteeInvestigationServiceImpl extends ServiceImpl<DgGuaranteeInvestigationMapper, DgGuaranteeInvestigation> implements IDgGuaranteeInvestigationService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgGuaranteeLetterConsiderMapper; |
||||
import com.daqing.financial.guarantee.service.IDgGuaranteeLetterConsiderService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgGuaranteeLetterConsider; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 担保函确认 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgGuaranteeLetterConsiderServiceImpl extends ServiceImpl<DgGuaranteeLetterConsiderMapper, DgGuaranteeLetterConsider> implements IDgGuaranteeLetterConsiderService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgLegalInfoMapper; |
||||
import com.daqing.financial.guarantee.service.IDgLegalInfoService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgLegalInfo; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 企业法人信息 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgLegalInfoServiceImpl extends ServiceImpl<DgLegalInfoMapper, DgLegalInfo> implements IDgLegalInfoService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgLoanCommitteeConsiderMapper; |
||||
import com.daqing.financial.guarantee.service.IDgLoanCommitteeConsiderService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgLoanCommitteeConsider; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 贷审会审议 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgLoanCommitteeConsiderServiceImpl extends ServiceImpl<DgLoanCommitteeConsiderMapper, DgLoanCommitteeConsider> implements IDgLoanCommitteeConsiderService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgLoanNoticeMapper; |
||||
import com.daqing.financial.guarantee.service.IDgLoanNoticeService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgLoanNotice; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 放款通知 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgLoanNoticeServiceImpl extends ServiceImpl<DgLoanNoticeMapper, DgLoanNotice> implements IDgLoanNoticeService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgMessageAssignUserMapper; |
||||
import com.daqing.financial.guarantee.service.IDgMessageAssignUserService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgMessageAssignUser; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 信息部记录 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgMessageAssignUserServiceImpl extends ServiceImpl<DgMessageAssignUserMapper, DgMessageAssignUser> implements IDgMessageAssignUserService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgMessageInvestigationMapper; |
||||
import com.daqing.financial.guarantee.service.IDgMessageInvestigationService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgMessageInvestigation; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 信息调查 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgMessageInvestigationServiceImpl extends ServiceImpl<DgMessageInvestigationMapper, DgMessageInvestigation> implements IDgMessageInvestigationService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgPaymentConfirmationConsiderMapper; |
||||
import com.daqing.financial.guarantee.service.IDgPaymentConfirmationConsiderService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgPaymentConfirmationConsider; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 回款确认 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgPaymentConfirmationConsiderServiceImpl extends ServiceImpl<DgPaymentConfirmationConsiderMapper, DgPaymentConfirmationConsider> implements IDgPaymentConfirmationConsiderService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgProcessMapper; |
||||
import com.daqing.financial.guarantee.service.IDgProcessService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgProcess; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 业务流程表 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgProcessServiceImpl extends ServiceImpl<DgProcessMapper, DgProcess> implements IDgProcessService { |
||||
|
||||
} |
@ -0,0 +1,20 @@ |
||||
package com.daqing.financial.guarantee.service.impl; |
||||
|
||||
import com.daqing.financial.guarantee.mapper.DgWorkConferenceConsiderMapper; |
||||
import com.daqing.financial.guarantee.service.IDgWorkConferenceConsiderService; |
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
||||
import com.daqing.framework.domain.guarantee.DgWorkConferenceConsider; |
||||
import org.springframework.stereotype.Service; |
||||
|
||||
/** |
||||
* <p> |
||||
* 工作会审议 服务实现类 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-05 |
||||
*/ |
||||
@Service |
||||
public class DgWorkConferenceConsiderServiceImpl extends ServiceImpl<DgWorkConferenceConsiderMapper, DgWorkConferenceConsider> implements IDgWorkConferenceConsiderService { |
||||
|
||||
} |
@ -0,0 +1,115 @@ |
||||
package com.daqing.financial.guarantee.util; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.IdType; |
||||
import com.baomidou.mybatisplus.core.toolkit.StringPool; |
||||
import com.baomidou.mybatisplus.core.toolkit.StringUtils; |
||||
import com.baomidou.mybatisplus.generator.AutoGenerator; |
||||
import com.baomidou.mybatisplus.generator.InjectionConfig; |
||||
import com.baomidou.mybatisplus.generator.config.*; |
||||
import com.baomidou.mybatisplus.generator.config.po.TableInfo; |
||||
import com.baomidou.mybatisplus.generator.config.rules.DateType; |
||||
import com.baomidou.mybatisplus.generator.config.rules.NamingStrategy; |
||||
import com.baomidou.mybatisplus.generator.engine.FreemarkerTemplateEngine; |
||||
|
||||
import java.util.ArrayList; |
||||
import java.util.List; |
||||
|
||||
/** |
||||
* @Author: LvFang |
||||
* @Date: Created in 2019/6/11. |
||||
* @Description: |
||||
*/ |
||||
public class MyBatisPlusCodeGenerator { |
||||
|
||||
//包名
|
||||
public static final String PACKAGE_NAME = "com.daqing.financial.guarantee"; |
||||
|
||||
public static void main(String[] args) { |
||||
String[] tables = new String[] {"dg_guarantee_assign_user","dg_guarantee_investigation","dg_guarantee_letter_consider","dg_legal_info","dg_loan_committee_consider","dg_loan_notice","dg_message_assign_user","dg_message_investigation","dg_payment_confirmation_consider","dg_process","dg_work_conference_consider"};//表名数组
|
||||
String[] tablePrefixs = new String[] {""};//去掉前缀
|
||||
executeCode(PACKAGE_NAME,tables,tablePrefixs); |
||||
} |
||||
|
||||
private static void executeCode(String pack,String[] tables,String[] tablePrefixs) { |
||||
// 代码生成器
|
||||
AutoGenerator mpg = new AutoGenerator(); |
||||
|
||||
// 全局配置
|
||||
GlobalConfig gc = new GlobalConfig(); |
||||
// 是否覆盖已有文件
|
||||
gc.setFileOverride(false); |
||||
// 生成文件的输出目录
|
||||
String projectPath = System.getProperty("user.dir");//user.dir 表示当前工程路径无需替换
|
||||
gc.setOutputDir(projectPath + "/dq-financial-guarantee/src/main/java"); |
||||
//设置bean命名规范
|
||||
gc.setEntityName("%s"); |
||||
// 开发人员
|
||||
gc.setAuthor("Qyq"); |
||||
// 是否打开输出目录
|
||||
gc.setOpen(false); |
||||
// 开启 BaseResultMap
|
||||
gc.setBaseResultMap(true); |
||||
// 指定生成的主键的ID类型
|
||||
gc.setIdType(IdType.ID_WORKER); |
||||
// 时间类型对应策略: 只使用 java.util.date 代替
|
||||
gc.setDateType(DateType.ONLY_DATE); |
||||
mpg.setGlobalConfig(gc); |
||||
|
||||
// 数据源配置
|
||||
DataSourceConfig config= new DataSourceConfig(); |
||||
// 从试图获取
|
||||
config.setUrl("jdbc:mysql://192.168.31.142:3306/dq_financial_crms?serverTimezone=UTC"); |
||||
config.setDriverName("com.mysql.cj.jdbc.Driver"); |
||||
config.setUsername("root"); |
||||
config.setPassword("root"); |
||||
mpg.setDataSource(config); |
||||
|
||||
// 包配置
|
||||
PackageConfig pc = new PackageConfig(); |
||||
// 父包名。如果为空,将下面子包名必须写全部, 否则就只需写子包名
|
||||
pc.setParent(pack); |
||||
// Entity包名
|
||||
pc.setEntity("guarantee"); |
||||
mpg.setPackageInfo(pc); |
||||
|
||||
// 自定义配置
|
||||
InjectionConfig cfg = new InjectionConfig() { |
||||
@Override |
||||
public void initMap() { |
||||
// to do nothing
|
||||
} |
||||
}; |
||||
List<FileOutConfig> focList = new ArrayList<>(); |
||||
focList.add(new FileOutConfig("/templates/mapper.xml.ftl") { |
||||
public String outputFile(TableInfo tableInfo) { |
||||
// 自定义输入文件名称
|
||||
if (StringUtils.isEmpty(pc.getModuleName())) { |
||||
return projectPath + "/dq-financial-guarantee/src/main/resources/mapper/guarantee/" + tableInfo.getXmlName() + StringPool.DOT_XML; |
||||
}else { |
||||
return projectPath + "/dq-financial-guarantee/src/main/resources/mapper/guarantee/" + pc.getModuleName() + "/" + tableInfo.getXmlName() + StringPool.DOT_XML; |
||||
} |
||||
} |
||||
}); |
||||
cfg.setFileOutConfigList(focList); |
||||
mpg.setCfg(cfg); |
||||
mpg.setTemplate(new TemplateConfig().setXml(null)); |
||||
|
||||
// 策略配置
|
||||
StrategyConfig strategy = new StrategyConfig(); |
||||
// 数据库表映射到实体的命名策略: 下划线转驼峰命名
|
||||
strategy.setNaming(NamingStrategy.underline_to_camel); |
||||
// 数据库表字段映射到实体的命名策略: 下划线转驼峰命名
|
||||
strategy.setColumnNaming(NamingStrategy.underline_to_camel); |
||||
// 【实体】是否为lombok模型(默认 false)
|
||||
strategy.setEntityLombokModel(false); |
||||
// 需要包含的表名,允许正则表达式(与exclude二选一配置)
|
||||
strategy.setInclude(tables); |
||||
// 驼峰转连字符
|
||||
strategy.setControllerMappingHyphenStyle(true); |
||||
// 表前缀
|
||||
strategy.setTablePrefix(tablePrefixs); |
||||
mpg.setStrategy(strategy); |
||||
mpg.setTemplateEngine(new FreemarkerTemplateEngine()); |
||||
mpg.execute(); |
||||
} |
||||
} |
@ -0,0 +1,20 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
||||
<mapper namespace="com.daqing.financial.guarantee.mapper.DgApplyAmountInfoMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="BaseResultMap" type="com.daqing.framework.domain.guarantee.DgApplyAmountInfo"> |
||||
<id column="id" property="id" /> |
||||
<result column="company_id" property="companyId" /> |
||||
<result column="presenter_id" property="presenterId" /> |
||||
<result column="apply_amount" property="applyAmount" /> |
||||
<result column="apply_time" property="applyTime" /> |
||||
<result column="bank" property="bank" /> |
||||
<result column="amount_wide" property="amountWide" /> |
||||
<result column="en_guarantee_measures" property="enGuaranteeMeasures" /> |
||||
<result column="business_type" property="businessType" /> |
||||
<result column="create_time" property="createTime" /> |
||||
<result column="update_time" property="updateTime" /> |
||||
</resultMap> |
||||
|
||||
</mapper> |
@ -0,0 +1,13 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
||||
<mapper namespace="com.daqing.financial.guarantee.mapper.DgAssetsAssessmentAssetsListMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="BaseResultMap" type="com.daqing.framework.domain.guarantee.DgAssetsAssessmentAssetsList"> |
||||
<id column="id" property="id" /> |
||||
<result column="name" property="name" /> |
||||
<result column="create_time" property="createTime" /> |
||||
<result column="update_time" property="updateTime" /> |
||||
</resultMap> |
||||
|
||||
</mapper> |
@ -0,0 +1,13 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
||||
<mapper namespace="com.daqing.financial.guarantee.mapper.DgAssetsAssessmentAssetsLogMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="BaseResultMap" type="com.daqing.framework.domain.guarantee.DgAssetsAssessmentAssetsLog"> |
||||
<id column="id" property="id" /> |
||||
<result column="company_id" property="companyId" /> |
||||
<result column="name" property="name" /> |
||||
<result column="amount" property="amount" /> |
||||
</resultMap> |
||||
|
||||
</mapper> |
@ -0,0 +1,20 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
||||
<mapper namespace="com.daqing.financial.guarantee.mapper.DgAssetsAssignUserMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="BaseResultMap" type="com.daqing.framework.domain.guarantee.DgAssetsAssignUser"> |
||||
<id column="id" property="id" /> |
||||
<result column="company_id" property="companyId" /> |
||||
<result column="emp_id" property="empId" /> |
||||
<result column="type" property="type" /> |
||||
<result column="status" property="status" /> |
||||
<result column="amount" property="amount" /> |
||||
<result column="term" property="term" /> |
||||
<result column="remark" property="remark" /> |
||||
<result column="apply_content" property="applyContent" /> |
||||
<result column="create_time" property="createTime" /> |
||||
<result column="update_time" property="updateTime" /> |
||||
</resultMap> |
||||
|
||||
</mapper> |
@ -0,0 +1,26 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
||||
<mapper namespace="com.daqing.financial.guarantee.mapper.DgAssetsInvestigationMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="BaseResultMap" type="com.daqing.framework.domain.guarantee.DgAssetsInvestigation"> |
||||
<id column="id" property="id" /> |
||||
<result column="company_id" property="companyId" /> |
||||
<result column="emp_id" property="empId" /> |
||||
<result column="assets_name" property="assetsName" /> |
||||
<result column="assets_code" property="assetsCode" /> |
||||
<result column="assets_time" property="assetsTime" /> |
||||
<result column="amount" property="amount" /> |
||||
<result column="audit_name" property="auditName" /> |
||||
<result column="audit_code" property="auditCode" /> |
||||
<result column="audit_time" property="auditTime" /> |
||||
<result column="audit_amount" property="auditAmount" /> |
||||
<result column="guarantee_measures" property="guaranteeMeasures" /> |
||||
<result column="file" property="file" /> |
||||
<result column="remark" property="remark" /> |
||||
<result column="status" property="status" /> |
||||
<result column="create_time" property="createTime" /> |
||||
<result column="update_time" property="updateTime" /> |
||||
</resultMap> |
||||
|
||||
</mapper> |
@ -0,0 +1,17 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
||||
<mapper namespace="com.daqing.financial.guarantee.mapper.DgAuditProcessMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="BaseResultMap" type="com.daqing.framework.domain.guarantee.DgAuditProcess"> |
||||
<id column="id" property="id" /> |
||||
<result column="company_id" property="companyId" /> |
||||
<result column="emp_id" property="empId" /> |
||||
<result column="dept_name" property="deptName" /> |
||||
<result column="date_time" property="dateTime" /> |
||||
<result column="status" property="status" /> |
||||
<result column="emp_name" property="empName" /> |
||||
<result column="remark" property="remark" /> |
||||
</resultMap> |
||||
|
||||
</mapper> |
@ -0,0 +1,20 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
||||
<mapper namespace="com.daqing.financial.guarantee.mapper.DgComplianceAssignUserMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="BaseResultMap" type="com.daqing.framework.domain.guarantee.DgComplianceAssignUser"> |
||||
<id column="id" property="id" /> |
||||
<result column="company_id" property="companyId" /> |
||||
<result column="emp_id" property="empId" /> |
||||
<result column="type" property="type" /> |
||||
<result column="status" property="status" /> |
||||
<result column="amount" property="amount" /> |
||||
<result column="term" property="term" /> |
||||
<result column="remark" property="remark" /> |
||||
<result column="apply_content" property="applyContent" /> |
||||
<result column="create_time" property="createTime" /> |
||||
<result column="update_time" property="updateTime" /> |
||||
</resultMap> |
||||
|
||||
</mapper> |
@ -0,0 +1,17 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
||||
<mapper namespace="com.daqing.financial.guarantee.mapper.DgComplianceInvestigationMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="BaseResultMap" type="com.daqing.framework.domain.guarantee.DgComplianceInvestigation"> |
||||
<id column="id" property="id" /> |
||||
<result column="company_id" property="companyId" /> |
||||
<result column="emp_id" property="empId" /> |
||||
<result column="file" property="file" /> |
||||
<result column="remark" property="remark" /> |
||||
<result column="status" property="status" /> |
||||
<result column="create_time" property="createTime" /> |
||||
<result column="update_time" property="updateTime" /> |
||||
</resultMap> |
||||
|
||||
</mapper> |
@ -0,0 +1,23 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
||||
<mapper namespace="com.daqing.financial.guarantee.mapper.DgEnclosureInfoMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="BaseResultMap" type="com.daqing.framework.domain.guarantee.DgEnclosureInfo"> |
||||
<id column="id" property="id" /> |
||||
<result column="company_id" property="companyId" /> |
||||
<result column="business_license" property="businessLicense" /> |
||||
<result column="legal_card_copy" property="legalCardCopy" /> |
||||
<result column="marriage_copy" property="marriageCopy" /> |
||||
<result column="legal_copy" property="legalCopy" /> |
||||
<result column="company_constitution" property="companyConstitution" /> |
||||
<result column="accounting_firm" property="accountingFirm" /> |
||||
<result column="company_credit" property="companyCredit" /> |
||||
<result column="credit_report" property="creditReport" /> |
||||
<result column="certificate_authorization" property="certificateAuthorization" /> |
||||
<result column="tax_certificate" property="taxCertificate" /> |
||||
<result column="meeting_minutes" property="meetingMinutes" /> |
||||
<result column="assessment_report" property="assessmentReport" /> |
||||
</resultMap> |
||||
|
||||
</mapper> |
@ -0,0 +1,19 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
||||
<mapper namespace="com.daqing.financial.guarantee.mapper.DgGuaranteeApplyLastMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="BaseResultMap" type="com.daqing.framework.domain.guarantee.DgGuaranteeApplyLast"> |
||||
<id column="id" property="id" /> |
||||
<result column="company_id" property="companyId" /> |
||||
<result column="emp_id" property="empId" /> |
||||
<result column="amount" property="amount" /> |
||||
<result column="term" property="term" /> |
||||
<result column="remark" property="remark" /> |
||||
<result column="apply_content" property="applyContent" /> |
||||
<result column="status" property="status" /> |
||||
<result column="create_time" property="createTime" /> |
||||
<result column="update_time" property="updateTime" /> |
||||
</resultMap> |
||||
|
||||
</mapper> |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue