自动化立体仓库 - WMS系统
#
18516761980
2023-01-07 cdf1594a59a8eee697ceaa09f41a3c00c7bf3e4b
src/main/java/com/zy/asrs/entity/BasCrnError.java
@@ -23,7 +23,7 @@
     * 异常代号
     */
    @ApiModelProperty(value= "异常代号")
    @TableId(value = "error_code", type = IdType.AUTO)
    @TableId(value = "error_code", type = IdType.INPUT)
    @TableField("error_code")
    private Long errorCode;