公告板
版本库
filestore
活动
搜索
登录
main
/
zy-wcs-master
WCS3.0标准版
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix: persist station flow capacity audit fields
Junjie
2026-04-27
30b0f1f97665f07145e3580dab577fae75ee0fa7
[zy-wcs-master.git]
/
src
/
main
/
java
/
com
/
zy
/
core
/
task
/
DeviceLogFileWriteRequest.java
1
2
3
4
5
6
7
8
9
10
11
package com.zy.core.task;
import com.zy.asrs.entity.DeviceDataLog;
import lombok.Data;
@Data
public class DeviceLogFileWriteRequest {
private String laneKey;
private DeviceDataLog deviceDataLog;
}