3 小时以前 55d694aaae4e421b5e55cd941500e08f85cb5d4d
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)