username@email.com
2024-08-06 941b2450b4a1a1c9f0fc7af6a7c4d856f0d765f6
zhengcaioa/IServices/IOrderBanciService.cs
@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Text;
using zhengcaioa.Models;
namespace IServices
{
@@ -23,5 +23,14 @@
        List<OrderBanciDTO> GetJifenBanciList();
        ResultEntity saveZuowei(OrderBanciZuoweiDTO dto);
        List<OrderBanciZuoweiDTO> GetOrderBanciZuoweiList(string banciId);
        List<OrderBanci> GetDangQianBanciList(string id);
    }
}