*
L
2025-09-16 7d3f5170fb0fff4330c19c2ec760dd6ae98b98d4
src/main/java/com/zy/asrs/entity/BasArmMast.java
@@ -19,13 +19,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;
@@ -102,7 +102,7 @@
     * 时间戳
     */
    @ApiModelProperty(value= "时间戳")
    @TableId(value = "createTime", type = IdType.INPUT)
    @TableField("create_time")
    private Long createTime;
    /**