#
zwl
3 天以前 da79100553bf142a261934e23da0bea907c33cb0
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;
}