package com.zy.asrs.entity.param; import lombok.Data; @Data public class ArmOKParam { Integer armNo; //任务号 Integer staNo; //站点编号 }