租赁推送到bms合同查询查不到就查通用
This commit is contained in:
@@ -331,6 +331,11 @@ public interface SystemServiceFeign {
|
||||
@GetMapping("/contractManageApi/getInfoByCode")
|
||||
public AjaxResult getInfoByCode(@RequestParam("contractNumber") String contractNumber);
|
||||
|
||||
/**
|
||||
* 获取通用合同
|
||||
*/
|
||||
@GetMapping("/contractManageApi/getGeneralContract")
|
||||
public AjaxResult getGeneralContract();
|
||||
/**
|
||||
* 根据结算主体获取合同信息
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user