4 天以前 44ceeeee9cd3f76b0f3a2135421407b73dea9bb0
src/main/java/com/ruoyi/sales/pojo/SalesLedger.java
@@ -35,6 +35,16 @@
    private String salesContractNo;
    /**
     * 合同类型:1普通销售合同,2框架合同,3框架订单
     */
    private Integer contractType = 1;
    /**
     * 父框架合同ID
     */
    private Long parentContractId;
    /**
     * 客户合同号
     */
    @Excel(name = "客户合同号", type = Excel.Type.IMPORT)