合同拆分金额
This commit is contained in:
@@ -15,7 +15,7 @@ public class AmountSplitRespDTO {
|
||||
private String materialName;
|
||||
|
||||
@Schema(description = "物料编码")
|
||||
private String materialCode;
|
||||
private String materialNumber;
|
||||
|
||||
@Schema(description = "元素缩写")
|
||||
private String elementAbbreviation;
|
||||
|
||||
@@ -17,7 +17,7 @@ public class AmountDismantlePageReqVO extends PageParam {
|
||||
private String materialName;
|
||||
|
||||
@Schema(description = "物料编码")
|
||||
private String materialCode;
|
||||
private String materialNumber;
|
||||
|
||||
@Schema(description = "元素缩写")
|
||||
private String elementAbbreviation;
|
||||
|
||||
@@ -22,7 +22,7 @@ public class AmountDismantleRespVO {
|
||||
|
||||
@Schema(description = "物料编码")
|
||||
@ExcelProperty("物料编码")
|
||||
private String materialCode;
|
||||
private String materialNumber;
|
||||
|
||||
@Schema(description = "元素缩写")
|
||||
@ExcelProperty("元素缩写")
|
||||
|
||||
@@ -16,7 +16,7 @@ public class AmountDismantleSaveReqVO {
|
||||
private String materialName;
|
||||
|
||||
@Schema(description = "物料编码")
|
||||
private String materialCode;
|
||||
private String materialNumber;
|
||||
|
||||
@Schema(description = "元素缩写")
|
||||
private String elementAbbreviation;
|
||||
|
||||
@@ -3,6 +3,8 @@ package com.zt.plat.module.contractorder.api.vo.contract;
|
||||
|
||||
import com.zt.plat.module.base.controller.admin.templtp.vo.TmplInscDatBsnRespVO;
|
||||
import com.zt.plat.module.base.controller.admin.templtp.vo.TmplInscItmBsnRespVO;
|
||||
import com.zt.plat.module.contractorder.api.dto.contract.AmountSplitRespDTO;
|
||||
import com.zt.plat.module.contractorder.api.dto.contract.ContractReceiveSendRespDTO;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
|
||||
@@ -275,6 +277,12 @@ public class ContractRespVO {
|
||||
@Schema(description = "是否信用", example = "1")
|
||||
private String hasCredit;
|
||||
|
||||
@Schema(description = "收发货规则")
|
||||
private List<ContractReceiveSendRespVO> contractReceiveSends;
|
||||
|
||||
@Schema(description = "金额拆分")
|
||||
private List<AmountDismantleRespVO> amountSplit;
|
||||
|
||||
// 物料信息
|
||||
private List<DetailRespVO> detail;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user