#
1
8 天以前 4bf5695d8277ee797d2fec6526c2ce708a553721
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;
}