Logo white

antissoft / lvqianmeiye_ERP

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • lvqianmeiye_ERP
  • netcore
  • src
  • Modularity
  • Extend
  • NCC.Extend.Interfaces
  • ILqCooperationCostService.cs
  • fix: update development environment API configuration and enhance reimbursement export functionality ...
    d055b5e1
    - Updated VUE_APP_BASE_API in the development environment to point to localhost for local testing.
    - Added a new endpoint to export approved reimbursement details for the current month, including associated purchase records.
    - Enhanced SQL queries for better performance and clarity in the reimbursement statistics service.
    - Improved documentation and comments for better understanding of the code logic.
    “wangming” authored
    2025-12-11 09:35:02 +0800  
    Browse Code »
ILqCooperationCostService.cs 114 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
namespace NCC.Extend.Interfaces.LqCooperationCost
{
    public interface ILqCooperationCostService
    {
    }
}