chen.lin
6 小时以前 7a717a0bbc0eac8e494cd84207482e983ef56a3c
rsf-server/src/main/java/com/vincent/rsf/server/api/entity/dto/InTaskMsgDto.java
@@ -6,11 +6,12 @@
public class InTaskMsgDto {
    private String sourceStaNo;
    private Integer staNo;
    private String staNo;
    private Integer deviceNo;
    private String locNo;
    private String workNo;
    private Long taskId;
}