#
lsh
2025-09-04 6600009935fa836408f90aba9da24e41e99f14d4
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) {