using System;
|
using System.Collections.Generic;
|
|
#nullable disable
|
|
namespace zhengcaioa.Models
|
{
|
public partial class Oayouhui
|
{
|
public string Id { get; set; }
|
public string Typeselect { get; set; }
|
public string CooperOrderId { get; set; }
|
public string Youtype { get; set; }
|
public decimal? Price { get; set; }
|
public string Recstatus { get; set; }
|
public string Creater { get; set; }
|
public DateTime Createtime { get; set; }
|
public string Modifier { get; set; }
|
public DateTime Modifytime { get; set; }
|
public string Isfinish { get; set; }
|
}
|
}
|