parent
3a66e3f66c
commit
8f714d52f4
18 changed files with 42 additions and 170 deletions
@ -1,21 +0,0 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.stereotype.Controller; |
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-24 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-apply-amount-list") |
||||
public class DgApplyAmountListController { |
||||
|
||||
} |
@ -1,20 +0,0 @@ |
||||
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 { |
||||
|
||||
} |
@ -1,21 +0,0 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.stereotype.Controller; |
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2020-11-26 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-assets-money") |
||||
public class DgAssetsMoneyController { |
||||
|
||||
} |
@ -1,21 +0,0 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.stereotype.Controller; |
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 业务关联企业表 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2021-01-27 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-business-company") |
||||
public class DgBusinessCompanyController { |
||||
|
||||
} |
@ -1,20 +0,0 @@ |
||||
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 { |
||||
|
||||
} |
@ -1,20 +0,0 @@ |
||||
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 { |
||||
|
||||
} |
@ -1,21 +0,0 @@ |
||||
package com.daqing.financial.guarantee.controller; |
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
||||
import org.springframework.stereotype.Controller; |
||||
import org.springframework.web.bind.annotation.RestController; |
||||
|
||||
/** |
||||
* <p> |
||||
* 流程管理可见表 前端控制器 |
||||
* </p> |
||||
* |
||||
* @author Qyq |
||||
* @since 2021-01-15 |
||||
*/ |
||||
@RestController |
||||
@RequestMapping("/dg-process-manage-visual") |
||||
public class DgProcessManageVisualController { |
||||
|
||||
} |
Loading…
Reference in new issue