using MongoDB.Bson;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
namespace HH.WMS.Entitys.Algorithm
{
[DataContract]
public class AutoBomCargoOwnerEntity
{
#region Model
private string _cn_s_modify;
private string _cn_s_organ;
private string _cn_s_department;
private string _cn_guid;
private string _cn_s_cargo_owner;
private string _cn_s_creator_by;
private string _cn_s_from;
private string _cn_s_modify_by;
private string _cn_s_linkmann;
private DateTime? _cn_t_modify;
private string _cn_s_create_type;
private string _cn_s_phone;
private string _cn_s_creator;
private string _cn_s_address;
private string _cn_s_logistics_address;
private DateTime? _cn_t_create;
private string _cn_s_email;
private string _cn_s_status;
private string _cn_s_fax;
private string _cn_s_remark;
public ObjectId _id { get; set; }
///
///
///
public string CN_S_MODIFY
{
set { _cn_s_modify = value; }
get { return _cn_s_modify; }
}
///
///
///
public string CN_S_ORGAN
{
set { _cn_s_organ = value; }
get { return _cn_s_organ; }
}
///
///
///
public string CN_S_DEPARTMENT
{
set { _cn_s_department = value; }
get { return _cn_s_department; }
}
///
///
///
public string CN_GUID
{
set { _cn_guid = value; }
get { return _cn_guid; }
}
///
///
///
public string CN_S_CARGO_OWNER
{
set { _cn_s_cargo_owner = value; }
get { return _cn_s_cargo_owner; }
}
///
///
///
public string CN_S_CREATOR_BY
{
set { _cn_s_creator_by = value; }
get { return _cn_s_creator_by; }
}
///
///
///
public string CN_S_FROM
{
set { _cn_s_from = value; }
get { return _cn_s_from; }
}
///
///
///
public string CN_S_MODIFY_BY
{
set { _cn_s_modify_by = value; }
get { return _cn_s_modify_by; }
}
///
///
///
public string CN_S_LINKMANN
{
set { _cn_s_linkmann = value; }
get { return _cn_s_linkmann; }
}
///
///
///
public DateTime? CN_T_MODIFY
{
set { _cn_t_modify = value; }
get { return _cn_t_modify; }
}
///
///
///
public string CN_S_CREATE_TYPE
{
set { _cn_s_create_type = value; }
get { return _cn_s_create_type; }
}
///
///
///
public string CN_S_PHONE
{
set { _cn_s_phone = value; }
get { return _cn_s_phone; }
}
///
///
///
public string CN_S_CREATOR
{
set { _cn_s_creator = value; }
get { return _cn_s_creator; }
}
///
///
///
public string CN_S_ADDRESS
{
set { _cn_s_address = value; }
get { return _cn_s_address; }
}
///
///
///
public string CN_S_LOGISTICS_ADDRESS
{
set { _cn_s_logistics_address = value; }
get { return _cn_s_logistics_address; }
}
///
///
///
public DateTime? CN_T_CREATE
{
set { _cn_t_create = value; }
get { return _cn_t_create; }
}
///
///
///
public string CN_S_EMAIL
{
set { _cn_s_email = value; }
get { return _cn_s_email; }
}
///
///
///
public string CN_S_STATUS
{
set { _cn_s_status = value; }
get { return _cn_s_status; }
}
///
///
///
public string CN_S_FAX
{
set { _cn_s_fax = value; }
get { return _cn_s_fax; }
}
///
///
///
public string CN_S_REMARK
{
set { _cn_s_remark = value; }
get { return _cn_s_remark; }
}
#endregion Model
}
}