添加法人客户生成合同时,直接带出公章方法
This commit is contained in:
parent
67868f578e
commit
6062cc625a
@ -93,5 +93,11 @@ public interface HttpRequestAppService {
|
||||
* @return
|
||||
*/
|
||||
Map<String,String> createPaymentofHireSign (Map<String,ContractSignInfo> map);
|
||||
/**
|
||||
* 法人客户生成合同带出公司章
|
||||
* @param map
|
||||
* @return
|
||||
*/
|
||||
Map<String, String> compnySign(Map<String, ContractSignInfo> map);
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user