zhengcaioa/IServices/ISimService.cs @@ -23,5 +23,7 @@ SimCost GetSimCost(int id); ResultDataEntity<SimCostView> SearchSimCostByPage(SimCostDTOSearch searchEntity); SimCostView GetSimCost(string userid , int bill_year, int bill_month); } }