#
Administrator
昨天 4a732f090b8b0150265c0d680062e2e61aa06404
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;
    /**