客堂報名
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user