feat: 订单退回调用crm接口

dev_1.0.3
chenhao 2026-09-16 17:25:44 +08:00
parent d4e33c4fd3
commit 054c0a1789
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
package com.ruoyi.sip.dto.integration;
import lombok.Data;
/**
* CRM 退
*/
@Data
public class OpportunityOrderReturnRequestDto {
/**
* project_code
*/
private String opportunityCode;
/**
* OMS 退CRM
*/
private String orderNo;
}