/********************************************************************************
|
|
** auth: DBS
|
|
** date: 2018/4/12 12:38:36
|
|
** 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 AutoBomInAreaConditionEntity
|
{
|
public Object _object { get; set; }
|
public string CN_GUID { get; set; }
|
public string CN_S_PRO_CODE { get; set; }
|
public string CN_S_TYPE_CODE { get; set; }
|
public string CN_S_WHERE_CODE { get; set; }
|
public string CN_S_WHERE_VALUE { get; set; }
|
public string CN_C_IS_USE { get; set; }
|
public string CN_S_CREATOR { get; set; }
|
public string CN_S_CREATOR_BY { get; set; }
|
public string CN_T_CREATE { get; set; }
|
public string CN_S_MODIFY { get; set; }
|
public string CN_S_MODIFY_BY { get; set; }
|
public string CN_T_MODIFY { get; set; }
|
}
|
}
|