客堂報名

This commit is contained in:
2026-07-31 17:46:21 +08:00
parent 7f1e7dd419
commit 12634b942c
8 changed files with 369 additions and 3 deletions
+1
View File
@@ -99,6 +99,7 @@ namespace Model
public virtual DbSet<receipt_master> receipt_master { get; set; }
public virtual DbSet<receipt_style> receipt_style { get; set; }
public virtual DbSet<receipt_style_d> receipt_style_d { get; set; }
public virtual DbSet<pre_order> pre_order { get; set; }
public virtual int pager_eztrust(Nullable<int> startRowIndex, Nullable<int> pageSize, string tableName, string columnName, string sqlWhere, string orderBy, ObjectParameter rowCount)
{