liyong
4 天以前 80c45ea7934443bea5355bc6bace96ec23a58600
src/main/java/com/ruoyi/sales/dto/SalesLedgerProductDto.java
@@ -44,4 +44,15 @@
     */
    private Boolean status;
    /**
     * 供应商名称
     */
    @Excel(name = "供应商名称")
    private String supplierName;
    /**
     * 供应商id
     */
    private Long supplierId;
}