You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
2.3 KiB
TypeScript
108 lines
2.3 KiB
TypeScript
/*
|
|
* @Author: zhou lei
|
|
* @Date: 2021-12-24 12:02:31
|
|
* @LastEditTime: 2021-12-24 14:33:54
|
|
* @LastEditors: zhou lei
|
|
* @Description:
|
|
* @FilePath: /wms_haiwai_app/src/pages/raw/ingoods/dnReceipt/model.location.ts
|
|
* 联系方式:910592680@qq.com 18669792120 科海达信息技术有限公司
|
|
*/
|
|
/**
|
|
* 库位类型
|
|
* @export
|
|
* @interface LocationDetail
|
|
*/
|
|
export default interface LocationDetail {
|
|
factoryCode?: string;
|
|
cosmoType?: null;
|
|
sapFactoryCode?: null;
|
|
user?: null;
|
|
loginName?: null;
|
|
sign?: null;
|
|
page?: number;
|
|
rows?: number;
|
|
schema?: null;
|
|
lastModifiedBy?: null;
|
|
gmtCreate?: null;
|
|
createdBy?: null;
|
|
createdByName?: null;
|
|
warehouseCode?: string;
|
|
warehouseName?: null;
|
|
warehouseType?: string;
|
|
workareaCode?: null;
|
|
createdDate?: null;
|
|
createdDateStr?: null;
|
|
createdDateMax?: null;
|
|
createdDateMaxStr?: null;
|
|
createdDateMin?: null;
|
|
createdDateMinStr?: null;
|
|
lastUpdBy?: null;
|
|
lastUpdByName?: null;
|
|
lastUpdDate?: null;
|
|
lastUpdDateStr?: null;
|
|
lastUpdDateMax?: null;
|
|
lastUpdDateMin?: null;
|
|
activeFlag?: string;
|
|
userDefined1?: null;
|
|
userDefined2?: null;
|
|
userDefined3?: null;
|
|
userDefined4?: null;
|
|
userDefined5?: null;
|
|
userDefined6?: null;
|
|
userDefined7?: null;
|
|
userDefined8?: null;
|
|
userDefined9?: null;
|
|
userDefined10?: null;
|
|
remark?: null;
|
|
createBy?: null;
|
|
gmtCreateMin?: null;
|
|
gmtCreateStr?: null;
|
|
gmtCreateMax?: null;
|
|
gmtModified?: null;
|
|
gmtModifiedStr?: null;
|
|
gmtModifiedMax?: null;
|
|
gmtModifiedMin?: null;
|
|
locationId?: null;
|
|
locationCode?: string;
|
|
shelfOrder?: null;
|
|
sendSpot?: string;
|
|
sendSpotDesc1?: string;
|
|
checkOrder?: null;
|
|
pickOrder?: null;
|
|
locationUse?: null;
|
|
pickFlag?: null;
|
|
isOpenKnFlag?: null;
|
|
locationType?: null;
|
|
locationAttr?: null;
|
|
turnDemand?: null;
|
|
stockEnv?: null;
|
|
regionCode?: string;
|
|
areaCode?: string;
|
|
checkCode?: null;
|
|
workArea?: string;
|
|
port1?: null;
|
|
port2?: null;
|
|
port3?: null;
|
|
volumeLimit?: null;
|
|
weightLimit?: null;
|
|
boxLimit?: null;
|
|
qtyLimit?: null;
|
|
palletLimit?: null;
|
|
length?: null;
|
|
width?: null;
|
|
height?: null;
|
|
xcoordinate?: null;
|
|
ycoordinate?: null;
|
|
zcoordinate?: null;
|
|
xpixels?: null;
|
|
ypixels?: null;
|
|
zpixels?: null;
|
|
locRow?: null;
|
|
layerNum?: null;
|
|
locColumn?: null;
|
|
bord?: null;
|
|
productMix?: null;
|
|
batchMix?: null;
|
|
ignoreId?: null;
|
|
}
|