#
Administrator
3 天以前 f071edb869770c51249d1b06e535da91863a8362
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;
}