#
1
9 天以前 2f4e2a7a7e42c789a3129bffdb6ad307eff83f12
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;
}