Esempio n. 1
0
 // 获取当前用户所有未打印的数据
 public IEnumerable <LabelPrintCurrencyModel> GetCurrentPrintData(int userID)
 {
     return(dal.GetPrintResultRecord(date, user.ID, "未打印"));
 }