13 lines
302 B
C#
13 lines
302 B
C#
namespace ApiSoftway.Models
|
|
{
|
|
public class Giri_out
|
|
{
|
|
public DateTime? Brdatcar { get; set; }
|
|
public string? Brautist { get; set; }
|
|
public string? Autista { get; set; }
|
|
public int? num_dest { get; set; }
|
|
|
|
public string? ItemList { get; set; }
|
|
}
|
|
}
|