5 changed files with 1454 additions and 1276 deletions
@ -0,0 +1,21 @@
|
||||
package com.logpm.trunkline.dto; |
||||
|
||||
import lombok.Data; |
||||
|
||||
import java.io.Serializable; |
||||
|
||||
/** |
||||
* @author zhaoqiaobo |
||||
* @create 2024-04-07 |
||||
*/ |
||||
@Data |
||||
public class LoadScanBrandDTO implements Serializable { |
||||
/** |
||||
* 品牌 |
||||
*/ |
||||
private String brand; |
||||
/** |
||||
* 包件码 |
||||
*/ |
||||
private String packageCode; |
||||
} |
Loading…
Reference in new issue