#
Administrator
5 天以前 d044aacbc8ca59393530c328863f9eb6950d0b35
src/main/java/com/zy/common/model/StartupDto.java
@@ -5,10 +5,20 @@
@Data
public class StartupDto {
    private Integer sourceStaNo;
    private Integer staNo;
    private Integer crnNo;
    private String locNo;
    private Integer workNo;
    private Integer taskNo;
    private String barcode;
    private Integer taskPri;
}