lishenao
2 天以前 fbc53e77f994f15c3ebcd4fa07dfd23671c0ce26
src/main/java/com/ruoyi/sales/dto/SalesLedgerDto.java
@@ -34,4 +34,7 @@
    private LocalDate executionDate;
    private Boolean status;
    @ApiModelProperty(value = "付款方式")
    private String paymentMethod;
}