自动化立体仓库 - WMS系统
*
L
2 天以前 86c90f3262023af0ac4ce304f819608e73f54d92
src/main/java/com/zy/asrs/entity/BasArmMast.java
@@ -20,13 +20,13 @@
     * ID
     */
    @ApiModelProperty(value= "ID")
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    /**
     * 机械臂编号
     */
    @ApiModelProperty(value= "机械臂编号")
    @TableId(value = "arm_no", type = IdType.INPUT)
    @TableField("arm_no")
    private Integer armNo;
@@ -48,7 +48,6 @@
     * 起点
     */
    @ApiModelProperty(value= "起点")
    @TableId(value = "sorting_line", type = IdType.INPUT)
    @TableField("sorting_line")
    private Integer sortingLine;