*
L
2 天以前 1dacf2305187f5c2fb44f03b6b754c46cb73ba25
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) {