username@email.com
2023-12-07 c7ca1bd2476a1e45a900a24a4ea220710e3415b8
zhengcaioa/IServices/IOrderBanciService.cs
@@ -20,5 +20,13 @@
        OrderBanciDTO GetAll(string id);
        List<OrderBanciDTO> GetJifenBanciList();
        ResultEntity saveZuowei(OrderBanciZuoweiDTO dto);
        List<OrderBanciZuoweiDTO> GetOrderBanciZuoweiList(string banciId);
    }
}