自动化立体仓库 - WMS系统
skyouc
2026-01-20 eb5a5cc6596dc9aec77927c00a48e25ab0e4efab
1
2
3
4
5
6
7
8
9
package com.zy.asrs.entity.result;
 
import lombok.Data;
 
@Data
public class HIKResultDTO {
    private boolean success = false;
    private String message;
}