#
Junjie
5 天以前 3b564661c82994ad96229b07a6fd5c9d1648aab2
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;
}