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