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