/********************************************************************************
|
|
** auth: DBS
|
|
** date: 2018/11/15 10:37:11
|
|
** desc: 尚未编写描述
|
|
** Ver.: V1.0.0
|
|
*********************************************************************************/
|
using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace HH.WMS.Entitys.Entitys.LogicEntity
|
{
|
public class MONGO_OP_LOGentity
|
{
|
public string CN_S_ORDER_TYPE { get; set; }
|
public string CN_S_ORDER_NUM { get; set; }
|
public string CN_S_MSG { get; set; }
|
public string CN_S_OPERATOR { get; set; }
|
public DateTime CN_S_OP_TIME { get; set; }
|
}
|
}
|