快速報名

This commit is contained in:
2026-05-22 17:51:57 +08:00
parent 77f642b2d2
commit ccc188013b
7 changed files with 617 additions and 4 deletions
+6
View File
@@ -43,6 +43,8 @@ namespace Model.ViewModel
public List<pro_order_detail> details { get; set; }
public follower f_user { get; set; }
}
public class pro_order_detail
@@ -85,6 +87,10 @@ namespace Model.ViewModel
public string follower_name { get; set; }
public string full_description { get; set; }
public string order_info { get; set; }
public string style { get; set; }
public List<family_members> mid_items { get; set; }
public List<family_members> left_items { get; set; }
}
}