src/main/java/com/zy/asrs/entity/param/PalletizingCompleteParam.java
@@ -1,9 +1,12 @@ package com.zy.asrs.entity.param; import com.core.common.Cools; import lombok.Data; import java.util.List; /* * Created by Monkey D. Luffy on 2023.07.19 * */ @Data public class PalletizingCompleteParam { @@ -25,5 +28,20 @@ private String specs;// (是否需要) 字符串 规格 } public Integer getDevNo$(){ if (!Cools.isEmpty(this.palletizingNo)){ switch (this.palletizingNo){ case "1": return 220; case "2": return 216; case "3": return 118; default: return null; } } return null; } }