*
lsh
2025-05-22 6c679ea7d1acdd67c7c2d4c7302b6420bd3fbcd5
src/main/java/com/zy/asrs/entity/BasDevpPosition.java
@@ -34,6 +34,10 @@
    @TableField("PLC_POSITION")
    private Long plcPosition;
    @ApiModelProperty(value= "")
    @TableField("RGV_SIGN")
    private Integer rgvSign;
    public BasDevpPosition() {}
    public BasDevpPosition(Integer devNo, Integer plcId, Long plcPosition) {