cpT
2025-06-19 60201c8530488c402b8b44b215b8d48c60d6679a
src/main/java/com/zy/asrs/entity/BasDevpPosition.java
@@ -34,6 +34,10 @@
    @TableField("plc_position")
    private Long plcPosition;
    @ApiModelProperty(value= "")
    @TableField("dev_region")
    private Integer devRegion;
    public BasDevpPosition() {}
    public BasDevpPosition(Integer devNo,Integer plcId,Long plcPosition) {