#
Junjie
2026-03-17 f4dee5cb7128d519e1824d96a41ca9cf76c568d1
src/main/java/com/zy/asrs/entity/BasWrkIotype.java
@@ -24,7 +24,6 @@
     */
    @ApiModelProperty(value= "入出类型代号")
    @TableId(value = "io_type", type = IdType.INPUT)
    @TableField("io_type")
    private Integer ioType;
    /**