唐耀东
2022-05-13 85e6498e0125ea32c9c743faad0ee0863c4b278a
ruoyi-oa/src/main/java/com/ruoyi/oa/domain/bo/DevPeripheralUnitBo.java
@@ -80,6 +80,13 @@
    private String readInstruction;
    /**
     * 指令长度
     */
    @ApiModelProperty(value = "指令长度", required = true)
    @NotNull(message = "指令长度不能为空", groups = { AddGroup.class, EditGroup.class })
    private Integer orderLength;
    /**
     * 回数长度
     */
    @ApiModelProperty(value = "回数长度", required = true)