#
1
5 天以前 7404d352ee7efa5ae82d6bd68a3a876a913159f8
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;
}