using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WMS.BZModels.Dto.CP.BaseMatinfoDtos
{
public class BaseMatinfoDto
{
///
/// WarehouseId
///
public long WarehouseId { get; set; }
///
/// Code
///
public string Code { get; set; }
///
/// Name
///
public string Name { get; set; }
///
/// ShortDesc
///
public string ShortDesc { get; set; }
///
/// FullDesc
///
public string FullDesc { get; set; }
///
/// ExtDesc
///
public string ExtDesc { get; set; }
///
/// Enname
///
public string Enname { get; set; }
///
/// MatGrpId
///
public long MatGrpId { get; set; }
///
/// Leafcode
///
public string Leafcode { get; set; }
///
/// LeafName
///
public string LeafName { get; set; }
///
/// MidCode
///
public string MidCode { get; set; }
///
/// MidName
///
public string MidName { get; set; }
///
/// HeadCode
///
public string HeadCode { get; set; }
///
/// HeadName
///
public string HeadName { get; set; }
///
/// Description
///
public string Description { get; set; }
///
/// Texture
///
public string Texture { get; set; }
///
/// FigureNo
///
public string FigureNo { get; set; }
///
/// Strength
///
public string Strength { get; set; }
///
/// Plating
///
public string Plating { get; set; }
///
/// PlatingWeight
///
public decimal? PlatingWeight { get; set; }
///
/// PlatingContQty
///
public decimal? PlatingContQty { get; set; }
///
/// Linear
///
public decimal? Linear { get; set; }
///
/// ProCode
///
public string ProCode { get; set; }
///
/// ProName
///
public string ProName { get; set; }
///
/// ProStre
///
public string ProStre { get; set; }
///
/// LinearMax
///
public decimal? LinearMax { get; set; }
///
/// LinearMin
///
public decimal? LinearMin { get; set; }
///
/// LinearTar
///
public decimal? LinearTar { get; set; }
///
/// Mono
///
public decimal? Mono { get; set; }
///
/// SpoolType
///
public string SpoolType { get; set; }
///
/// SpoolCode
///
public string SpoolCode { get; set; }
///
/// Length
///
public decimal? Length { get; set; }
///
/// OilQty
///
public decimal? OilQty { get; set; }
///
/// LubType
///
public string LubType { get; set; }
///
/// LineSpace
///
public decimal? LineSpace { get; set; }
///
/// LineLength
///
public decimal? LineLength { get; set; }
///
/// LayDirect
///
public string LayDirect { get; set; }
///
/// CumIndex
///
public string CumIndex { get; set; }
///
/// IsSolder
///
public string IsSolder { get; set; }
///
/// SkuCode
///
public string SkuCode { get; set; }
///
/// SkuDesc
///
public string SkuDesc { get; set; }
///
/// Tors
///
public string Tors { get; set; }
///
/// PackGrpId
///
public string PackGrpId { get; set; }
///
/// BlackSamp
///
public string BlackSamp { get; set; }
///
/// BlackChk
///
public string BlackChk { get; set; }
///
/// CustCode
///
public string CustCode { get; set; }
///
/// CustName
///
public string CustName { get; set; }
///
/// AddressCode
///
public string AddressCode { get; set; }
///
/// AddressName
///
public string AddressName { get; set; }
///
/// Qty
///
public decimal? Qty { get; set; }
///
/// BoxMaxSolder
///
public decimal? BoxMaxSolder { get; set; }
///
/// SpoolMaxSolder
///
public decimal? SpoolMaxSolder { get; set; }
///
/// Ovc
///
public decimal? Ovc { get; set; }
///
/// DrummLevel
///
public string DrummLevel { get; set; }
///
/// ComCode
///
public string ComCode { get; set; }
///
/// ComName
///
public string ComName { get; set; }
///
/// CalcUnit
///
public string CalcUnit { get; set; }
///
/// StockUnit
///
public string StockUnit { get; set; }
///
/// Weight
///
public decimal? Weight { get; set; }
///
/// WeightUnit
///
public string WeightUnit { get; set; }
///
/// IsHold
///
public bool IsHold { get; set; }
///
/// HoldDuration
///
public decimal HoldDuration { get; set; }
public string Id { get; set; }
public string Memo { get; set; }
public string AddWho { get; set; }
public string EditWho { get; set; }
public DateTime AddTime { get; set; }
public DateTime EditTime { get; set; }
}
public class BaseMatinfoQueryDto : PagerInfo
{
///
/// WarehouseId
///
public long WarehouseId { get; set; }
///
/// Code
///
public string Code { get; set; }
///
/// Name
///
public string Name { get; set; }
///
/// ShortDesc
///
public string ShortDesc { get; set; }
///
/// FullDesc
///
public string FullDesc { get; set; }
///
/// ExtDesc
///
public string ExtDesc { get; set; }
///
/// Enname
///
public string Enname { get; set; }
///
/// MatGrpId
///
public long MatGrpId { get; set; }
///
/// Leafcode
///
public string Leafcode { get; set; }
///
/// LeafName
///
public string LeafName { get; set; }
///
/// MidCode
///
public string MidCode { get; set; }
///
/// MidName
///
public string MidName { get; set; }
///
/// HeadCode
///
public string HeadCode { get; set; }
///
/// HeadName
///
public string HeadName { get; set; }
///
/// Description
///
public string Description { get; set; }
///
/// Texture
///
public string Texture { get; set; }
///
/// FigureNo
///
public string FigureNo { get; set; }
///
/// Strength
///
public string Strength { get; set; }
///
/// Plating
///
public string Plating { get; set; }
///
/// PlatingWeight
///
public decimal? PlatingWeight { get; set; }
///
/// PlatingContQty
///
public decimal? PlatingContQty { get; set; }
///
/// Linear
///
public decimal? Linear { get; set; }
///
/// ProCode
///
public string ProCode { get; set; }
///
/// ProName
///
public string ProName { get; set; }
///
/// ProStre
///
public string ProStre { get; set; }
///
/// LinearMax
///
public decimal? LinearMax { get; set; }
///
/// LinearMin
///
public decimal? LinearMin { get; set; }
///
/// LinearTar
///
public decimal? LinearTar { get; set; }
///
/// Mono
///
public decimal? Mono { get; set; }
///
/// SpoolType
///
public string SpoolType { get; set; }
///
/// SpoolCode
///
public string SpoolCode { get; set; }
///
/// Length
///
public decimal? Length { get; set; }
///
/// OilQty
///
public decimal? OilQty { get; set; }
///
/// LubType
///
public string LubType { get; set; }
///
/// LineSpace
///
public decimal? LineSpace { get; set; }
///
/// LineLength
///
public decimal? LineLength { get; set; }
///
/// LayDirect
///
public string LayDirect { get; set; }
///
/// CumIndex
///
public string CumIndex { get; set; }
///
/// IsSolder
///
public string IsSolder { get; set; }
///
/// SkuCode
///
public string SkuCode { get; set; }
///
/// SkuDesc
///
public string SkuDesc { get; set; }
///
/// Tors
///
public string Tors { get; set; }
///
/// PackGrpId
///
public string PackGrpId { get; set; }
///
/// BlackSamp
///
public string BlackSamp { get; set; }
///
/// BlackChk
///
public string BlackChk { get; set; }
///
/// CustCode
///
public string CustCode { get; set; }
///
/// CustName
///
public string CustName { get; set; }
///
/// AddressCode
///
public string AddressCode { get; set; }
///
/// AddressName
///
public string AddressName { get; set; }
///
/// Qty
///
public decimal? Qty { get; set; }
///
/// BoxMaxSolder
///
public decimal? BoxMaxSolder { get; set; }
///
/// SpoolMaxSolder
///
public decimal? SpoolMaxSolder { get; set; }
///
/// Ovc
///
public decimal? Ovc { get; set; }
///
/// DrummLevel
///
public string DrummLevel { get; set; }
///
/// ComCode
///
public string ComCode { get; set; }
///
/// ComName
///
public string ComName { get; set; }
///
/// CalcUnit
///
public string CalcUnit { get; set; }
///
/// StockUnit
///
public string StockUnit { get; set; }
///
/// Weight
///
public decimal? Weight { get; set; }
///
/// WeightUnit
///
public string WeightUnit { get; set; }
///
/// IsHold
///
public bool IsHold { get; set; }
///
/// HoldDuration
///
public decimal HoldDuration { get; set; }
public string Id { get; set; }
public string Memo { get; set; }
public string AddWho { get; set; }
public string EditWho { get; set; }
public DateTime AddTime { get; set; }
public DateTime EditTime { get; set; }
}
}