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