公告板
版本库
filestore
活动
搜索
登录
main
/
CRMEB
CRMEB_Java电商系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
add
yj
2024-12-05
b9900893177c78fc559223521fe839aa21000017
[CRMEB.git]
/
unimall
/
unimall-data
/
src
/
main
/
java
/
com
/
iotechn
/
unimall
/
data
/
dto
/
ErpStockNotifyDTO.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.iotechn.unimall.data.dto;
import lombok.Data;
import java.util.List;
@Data
public class ErpStockNotifyDTO {
private Long locationId;
private List<ErpStockNotifyItemDTO> items;
}