chen.lin
2 天以前 4c036f937336085fb5071aabfe433c7f45f84cab
rsf-server/src/main/java/com/vincent/rsf/server/api/entity/dto/InTaskMsgDto.java
@@ -4,13 +4,13 @@
@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;
}