gongchunyi
14 小时以前 23c88fa6c103225e1cff8909a6d12e4d0eb20124
src/main/java/com/ruoyi/sales/dto/ReceiptPaymentDto.java
@@ -6,6 +6,7 @@
import com.ruoyi.sales.pojo.ReceiptPayment;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.springframework.format.annotation.DateTimeFormat;
import java.math.BigDecimal;
@@ -13,6 +14,7 @@
import java.util.Date;
@Data
@EqualsAndHashCode(callSuper = true)
public class ReceiptPaymentDto extends ReceiptPayment {
    @ApiModelProperty(value = "客户合同号")
@@ -44,7 +46,7 @@
    @ApiModelProperty(value = "销售台账sales_ledger")
    @Excel(isExport = false)
    private Integer salesLedgerId;
    private Long salesLedgerId;
    @ApiModelProperty(value = "销售合同号")
    @Excel(name = "销售合同号")