自动化立体仓库 - WMS系统
1
zhang
2025-07-21 71ca7c6fb00de749b2ba2180f1cc04e35574eb19
1
2
3
4
5
6
7
8
package com.zy.asrs.entity.result;
 
import lombok.Data;
 
@Data
public class OrderNameListDto {
    private String order_no;
}