示例#1
0
 public void AddDrugStockOut2(DrugOutEntity data, float used)
 {
     service.AddDrugStockOut2(data, used);
 }