src/main/java/com/ruoyi/sales/pojo/SalesLedger.java
@@ -35,6 +35,12 @@ private String salesContractNo; /** * 总合同号 */ @Excel(name = "总合同号") private String masterContractNo; /** * 客户合同号 */ @Excel(name = "客户合同号", type = Excel.Type.IMPORT) @@ -140,5 +146,8 @@ @TableField(exist = false) private Boolean hasProductionRecord; @Schema(description = "采购台账id") private Long purchaseLedgerId; }