AssignLocationParameter.java 475 Bytes
package com.huaheng.api.wcs.domain;

import lombok.Data;

import java.util.List;

/**
 * @author yiwenpeng
 * @date 2023/10/24 09:41
 */
@Data
public class AssignLocationParameter {
    int allocationRule;
    List<String> locationTypeCodeList;
    int high;
    String area;
    List<String> roadWay;
    String warehouseCode;
    String containerCode;
    String materialAreaCode;
    Integer frequencyLocation;
    Integer emptyContainerTask;
    Integer isSelfCreated;
}