username@email.com
2021-07-13 10ec50f8e9ded45e8b439114a17ed89297c948c7
zhengcaioa/IServices/ILiaotianService.cs
@@ -21,5 +21,11 @@
        List<LiaotianDTO> SearchForPrint(LiaotianDTOSearch searchEntity);
        ResultEntity saveLiaotianShoucang(LiaotianShoucangDTO liaotian);
        ResultEntity ModifyStatusLiaotianShoucang(string id, string userid);
        List<LiaotianShoucangDTO> getListLiaotianShoucang(string userId,string LiaotianId);
    }
}