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