示例#1
0
 public Result AddCostInfo(CostModel model)
 {
     return(_costService.AddCostInfo(model));
 }