| | |
| | | /// 单据类型 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FBILLTYPEID" )] |
| | | public string Fbilltypeid { get; set; } |
| | | public string? Fbilltypeid { get; set; } |
| | | /// <summary> |
| | | /// 单据编号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FBILLNO" )] |
| | | public string Fbillno { get; set; } |
| | | public string? Fbillno { get; set; } |
| | | /// <summary> |
| | | /// 申请日期 |
| | | ///</summary> |
| | |
| | | /// 申请类型 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FREQUESTTYPE" )] |
| | | public string Frequesttype { get; set; } |
| | | public string? Frequesttype { get; set; } |
| | | /// <summary> |
| | | /// 治具模具加工及采购 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="F_UNW_COMBO_ZJMJ" )] |
| | | public string FUnwComboZjmj { get; set; } |
| | | public string? FUnwComboZjmj { get; set; } |
| | | /// <summary> |
| | | /// 申请组织 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="APPLYING_ORGANIZATION_ID" )] |
| | | public string ApplyingOrganizationId { get; set; } |
| | | public string? ApplyingOrganizationId { get; set; } |
| | | /// <summary> |
| | | /// 申请部门 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FAPPLICATIONDEPTID" )] |
| | | public string Fapplicationdeptid { get; set; } |
| | | public string? Fapplicationdeptid { get; set; } |
| | | /// <summary> |
| | | /// 申请人 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FAPPLICANTID" )] |
| | | public string Fapplicantid { get; set; } |
| | | public string? Fapplicantid { get; set; } |
| | | /// <summary> |
| | | /// 币别 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FCURRENCYID" )] |
| | | public string Fcurrencyid { get; set; } |
| | | public string? Fcurrencyid { get; set; } |
| | | /// <summary> |
| | | /// 验收方式 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FACCTYPE" )] |
| | | public string Facctype { get; set; } |
| | | public string? Facctype { get; set; } |
| | | /// <summary> |
| | | /// 单据状态 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FDOCUMENTSTATUS" )] |
| | | public string Fdocumentstatus { get; set; } |
| | | public string? Fdocumentstatus { get; set; } |
| | | /// <summary> |
| | | /// 备注 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FNOTE" )] |
| | | public string Fnote { get; set; } |
| | | public string? Fnote { get; set; } |
| | | /// <summary> |
| | | /// 创建人 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FCREATORID" )] |
| | | public string Fcreatorid { get; set; } |
| | | public string? Fcreatorid { get; set; } |
| | | /// <summary> |
| | | /// 创建日期 |
| | | ///</summary> |
| | |
| | | /// 审核人 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FAPPROVERID" )] |
| | | public string Fapproverid { get; set; } |
| | | public string? Fapproverid { get; set; } |
| | | /// <summary> |
| | | /// 审核日期 |
| | | ///</summary> |
| | |
| | | /// 关闭状态 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FCLOSESTATUS" )] |
| | | public string Fclosestatus { get; set; } |
| | | public string? Fclosestatus { get; set; } |
| | | /// <summary> |
| | | /// 关闭日期 |
| | | ///</summary> |
| | |
| | | /// 关闭人 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FCLOSERID" )] |
| | | public string Fcloserid { get; set; } |
| | | public string? Fcloserid { get; set; } |
| | | /// <summary> |
| | | /// 关闭原因 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FCLOSEREASON" )] |
| | | public string Fclosereason { get; set; } |
| | | public string? Fclosereason { get; set; } |
| | | /// <summary> |
| | | /// 修后修改人 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FMODIFIERID" )] |
| | | public string Fmodifierid { get; set; } |
| | | public string? Fmodifierid { get; set; } |
| | | /// <summary> |
| | | /// 修后修改日期 |
| | | ///</summary> |
| | |
| | | /// 手工关闭 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName="FMANUALCLOSE" )] |
| | | public string Fmanualclose { get; set; } |
| | | public string? Fmanualclose { get; set; } |
| | | } |
| | | } |