chen.lin
3 天以前 4206fedd87d92b8dd59c670f9fc0e8190d048c9c
rsf-server/src/main/java/com/vincent/rsf/server/api/entity/dto/InTaskMsgDto.java
@@ -4,13 +4,14 @@
@Data
public class InTaskMsgDto {
    private Integer sourceStaNo;
    private String sourceStaNo;
    private Integer staNo;
    private String staNo;
    private Integer deviceNo;
    private String locNo;
    private Integer workNo;
    private String workNo;
    private Long taskId;
}