chen.lin
4 天以前 291ee8ac048cba919628d60d5d6f2dcfc8e6bea0
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;
}