客堂報名

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
+18
View File
@@ -1355,6 +1355,24 @@ namespace Model
using System;
using System.Collections.Generic;
public partial class pre_order
{
public int num { get; set; }
public Nullable<int> f_num { get; set; }
public string order_no { get; set; }
public Nullable<int> item_count { get; set; }
public Nullable<int> total_amt { get; set; }
public Nullable<int> act_num { get; set; }
public Nullable<int> admin_num { get; set; }
public Nullable<System.DateTime> reg_time { get; set; }
public Nullable<int> receipt_num { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class pro_order
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]