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