畫面調整,增加統計
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace Model.ViewModel
|
||||
{
|
||||
/// <summary>
|
||||
/// statistic 的摘要描述
|
||||
/// </summary>
|
||||
public class statistic
|
||||
{
|
||||
public statistic()
|
||||
{
|
||||
//
|
||||
// TODO: 在這裡新增建構函式邏輯
|
||||
//
|
||||
}
|
||||
public int num { get; set; }
|
||||
public int kind { get; set; }
|
||||
|
||||
public string kindName { get; set; }
|
||||
public string order_no { get; set; }
|
||||
public string subject { get; set; }
|
||||
public string u_name { get; set; }
|
||||
public string pay_type { get; set; }
|
||||
public double amount { get; set; }
|
||||
|
||||
public double price { get; set; }
|
||||
public string pay_mode { get; set; }
|
||||
public string status { get; set; }
|
||||
public int f_num { get; set; }
|
||||
public int acc_num { get; set; }
|
||||
public int acc_kind { get; set; }
|
||||
public double check_amount { get; set; }
|
||||
public double remain_amount { get; set; }
|
||||
|
||||
public string check_status { get; set; }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user