feat:(feature/REQ-3581) 变更签证记录增加合同id返回

This commit is contained in:
李龙 2025-02-24 09:38:14 +08:00
parent ab5f348757
commit 9459e626a8

View File

@ -146,4 +146,9 @@ public class VisaSearchResp {
* @see VisaStampStatusEnum
*/
private String stampStatus;
/**
* 合同id
*/
private String contractId;
}