| | |
| | | import com.ruoyi.account.dto.AccountDto; |
| | | import com.ruoyi.account.dto.AccountDto2; |
| | | import com.ruoyi.account.dto.AccountDto3; |
| | | import com.ruoyi.account.dto.ReportDateDto; |
| | | import com.ruoyi.account.pojo.AccountExpense; |
| | | import com.ruoyi.account.pojo.AccountIncome; |
| | | import com.ruoyi.dto.DateQueryDto; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | |
| | | |
| | | AccountDto report(DateQueryDto dateQueryDto); |
| | | |
| | | List<AccountDto3> reportExpense(); |
| | | List<AccountDto3> reportExpense(ReportDateDto reportDateDto); |
| | | |
| | | Map<String,List<String>> analysis(); |
| | | |
| | | AccountExpense getByInvoiceNumber(String purchaseContractNumber); |
| | | |
| | | List<AccountExpense> getByInvoiceNumberList(String purchaseContractNumber); |
| | | } |