示例#1
0
 public IQueryable <StockDetailModel> ChangeOtNInList(string changeno)
 {
     return(_stockoutRepository.ChangeOtNInList(changeno));
 }