订单绑定优化

This commit is contained in:
潘荣晟
2026-02-11 18:13:46 +08:00
parent 2f36a4013b
commit c08351a830
5 changed files with 301 additions and 13 deletions

View File

@@ -276,6 +276,8 @@ public class ContractRespVO {
@Schema(description = "是否信用", example = "1")
private String hasCredit;
@Schema(description = "关联合同主键")
private Long relatedContractId;
@Schema(description = "收发货规则")
private List<ContractReceiveSendRespVO> contractReceiveSends;