feixian_weifajianguan/OpenAuth.App/ServiceApp/DroneCaseInfo/Response/MineralsLedgerResp.cs

50 lines
2.4 KiB
C#
Raw Normal View History

2026-02-03 16:00:02 +08:00
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OpenAuth.App.ServiceApp.DroneCaseInfo.Response
{
public class MineralsLedgerResp
{
public string syear_base { get; set; }
public string tubannum_base { get; set; }
public string laiyuan_base { get; set; }
public string xiafatime_base { get; set; }
public string miaoshu_base { get; set; }
public string weizhixiannum_base { get; set; }
public string weizhixianname_base { get; set; }
public string weizhizhennum_base { get; set; }
public string weizhizhenname_base { get; set; }
public string weizhicunnum_base { get; set; }
public string weizhicunname_base { get; set; }
public string kaicaizhuti_kcfill { get; set; }
public string zhutitype_kcfill { get; set; }
public string fashentime_kcfill { get; set; } // Assuming this is a DateTime field
public string endtime_kcfill { get; set; } // Assuming this is a DateTime field
public string kuangzhong_kcfill { get; set; }
public string kaicaiarea_kcfill { get; set; }
public decimal? fangliang_kcfill { get; set; } // Assuming this is a decimal field
public decimal? chafengliang_kcfill { get; set; } // Assuming this is a decimal field
public decimal? caichujiazhi_kcfill { get; set; } // Assuming this is a decimal field
public string hefaqingxing_kcfill { get; set; }
public string ishedaocaisha_kcfill { get; set; }
public string hefapanding_fill { get; set; }
public string islian_punish { get; set; } // Assuming this is a boolean field
public string isnewadd_kcfill { get; set; } // Assuming this is a boolean field
public string iszhongda_kcfill { get; set; } // Assuming this is a boolean field
public string iszhongdian_kcfill { get; set; } // Assuming this is a boolean field
public string tianbaoren_fill { get; set; }
public string xianshenheren_fill { get; set; }
public string chulishixian_base { get; set; }
public string shuoming_fill { get; set; }
public string wefatype_kcfill { get; set; }
public string isshexing { get; set; }
public string rcvtime_base { get; set; }
public string original_case_no { get; set; }
}
}