username@email.com
2021-06-27 7ed6bb82f1e4f7bad2252f6b968ec45adf860efc
zhengcaioa/IServices/ICooperOrderService.cs
@@ -30,5 +30,11 @@
        ResultEntity pingjia(CooperOrderDTO dto);
        CooperOrderDTO Getprint(string id);
        List<CooperOrderDTO> GetList(string userid, DateTime datemin, DateTime datemax);
        List<CooperOrderDTO> GetListtongji(string userid, DateTime datemin, DateTime datemax);
    }
}