#
1
2 天以前 cb67fb9d5f84c03bfe9b0e6a250553520729a317
1
2
3
4
5
6
7
8
9
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class PdaWriteBarcodeParam {
    private Integer siteId;
    private String barcode;
}