| | |
| | | |
| | | import com.by4cloud.platformx.business.entity.ContractOutBound; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import jakarta.persistence.Column; |
| | | import lombok.Data; |
| | | |
| | | import java.math.BigDecimal; |
| | | |
| | | @Data |
| | | public class ContractOutBoundVo extends ContractOutBound { |
| | | public class ContractOutBoundVo { |
| | | //产品中信息 |
| | | |
| | | @Schema(description = "产品id") |
| | |
| | | @Schema(description = "税收编码") |
| | | private String taxCode; |
| | | |
| | | @Schema(description = "不含税总额") |
| | | private BigDecimal totalPriceNoTax; |
| | | |
| | | @Schema(description = "对应合同出库单Ids") |
| | | private String contractOutBoundIds; |
| | | |
| | | //合同标的物中信息 |
| | | |
| | | @Schema(description = "标的物规格/型号") |