132 lines
4.3 KiB
C#
132 lines
4.3 KiB
C#
using System.ComponentModel.DataAnnotations;
|
|
|
|
namespace ApiSoftway.Models
|
|
{
|
|
public class Sbr_ordTable
|
|
{
|
|
[Key]
|
|
public string? Brserial { get; set; }
|
|
public string? Brcodcom { get; set; }
|
|
public string? Brclifat { get; set; }
|
|
public int? Brnumseq { get; set; }
|
|
public string? Brcodsed { get; set; }
|
|
public DateTime? Brdatcar { get; set; }
|
|
|
|
|
|
[System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(18, 4)")]
|
|
public decimal? Brqtacol { get; set; }
|
|
|
|
[System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(18, 4)")]
|
|
public decimal? Brqtavol { get; set; }
|
|
|
|
[System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(18, 4)")]
|
|
public decimal? Brcolprev { get; set; }
|
|
public int? Brconspr { get; set; }
|
|
public int? Bruovapr { get; set; }
|
|
public int? Brcistpr { get; set; }
|
|
public string? Brnote { get; set; }
|
|
//BRTARTRA,BRAUTIST, CATNOME, CAUDESC
|
|
public string? Brtartra { get; set; }
|
|
public string? Brautist { get; set; }
|
|
|
|
public string? BRTIPORD { get; set; }
|
|
public int? BRORACAR { get; set; }
|
|
public string? BRCARPRI { get; set; }
|
|
public string? BRTARRIM { get; set; }
|
|
public int? BRUTEINS { get; set; }
|
|
public DateTime? BRDATINS { get; set; }
|
|
public int? BRUTEVAR { get; set; }
|
|
public DateTime? BRDATVAR { get; set; }
|
|
public int? BRNUMERO { get; set; }
|
|
[System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(18, 4)")]
|
|
public decimal? BRQTAPES { get; set; }
|
|
|
|
[System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(18, 4)")]
|
|
public decimal? BRQTAKM { get; set; }
|
|
[System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(18, 4)")]
|
|
public decimal? BRIMPFOR { get; set; }
|
|
public string? BRMERCE { get; set; }
|
|
|
|
public DateTime? BRDATSCA { get; set; }
|
|
public int? BRORASCA { get; set; }
|
|
public string? BRSCAPRI { get; set; }
|
|
public int? BRPALLET { get; set; }
|
|
public int? BRNUMBOL { get; set; }
|
|
|
|
|
|
[System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(18, 4)")]
|
|
public decimal? BRPESEFF { get; set; }
|
|
[System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(18, 4)")]
|
|
public decimal? BRCOLEFF { get; set; }
|
|
[System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(18, 4)")]
|
|
public decimal? BRVOLEFF { get; set; }
|
|
[System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(18, 4)")]
|
|
public decimal? BRKMEFF { get; set; }
|
|
|
|
|
|
|
|
//,[BRESERCI]
|
|
|
|
//,[BRQTAVOL]
|
|
//,[BRQTACOL]
|
|
|
|
//,[BRRIFORD]null
|
|
|
|
|
|
//,[BRDATBOL]null
|
|
|
|
//,[BRCODCTR] null
|
|
//,[BRRIGCTR]null
|
|
//,[BRCLIFAT]null
|
|
//,[BRCODESI]null
|
|
|
|
public string? BRTIPCLI { get; set; }
|
|
|
|
public string? cpccchk { get; set; }
|
|
public string? BRDESSEDE { get; set; }
|
|
//,[]
|
|
|
|
|
|
|
|
[System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(18, 4)")]
|
|
public decimal? BRPEDEF { get; set; }
|
|
|
|
public int? BRCONSEF { get; set; }
|
|
|
|
//,[BRSERBOL]null
|
|
|
|
|
|
public int? BRUOVAEF { get; set; }
|
|
public int? BRCISTEF { get; set; }
|
|
|
|
public string? BRTEST { get; set; }
|
|
|
|
public string? BRCOSAUT { get; set; }
|
|
|
|
[System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(6, 2)")]
|
|
public decimal? BRPERAUT { get; set; }
|
|
//,[BRCOSBIL]null
|
|
[System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(6, 2)")]
|
|
public decimal? BRPERBIL { get; set; }
|
|
|
|
public string? BRCOSSTR { get; set; }
|
|
|
|
[System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(6, 2)")]
|
|
public decimal? BRPERSTR { get; set; }
|
|
|
|
public string? BRCOSPED { get; set; }
|
|
|
|
[System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(6, 2)")]
|
|
public decimal? BRPERPED { get; set; }
|
|
//,[BRCHKBIL]
|
|
public string? BRCHKBIL { get; set; }
|
|
//,[BRAUTBIL]null
|
|
|
|
public int? BRSEQUE { get; set; }
|
|
//,[PISERGIR]null
|
|
|
|
|
|
|
|
}
|
|
}
|