/********************************************************************************
** auth: DBS
** date: 2018/4/12 11:48:44
** 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.Algorithm
{
public class AutoBomConditionDefEntity
{
public Object _object { get; set; }
///
/// 所属对象
///
public string CN_S_OBJECT_ATTR { get; set; }
///
/// 条件编号
///
public string CN_S_WHERE_CODE { get; set; }
///
/// 条件名称
///
public string CN_S_WHERE_NAME { get; set; }
public string CN_S_CREATOR { get; set; }
public string CN_S_CREATOR_BY { get; set; }
public string CN_T_CREATE { get; set; }
}
}