cl
2026-04-20 48ebc3e1120c4d72ea490167b9705208edc79071
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 String workNo;
    private Long taskId;
}