公告板
版本库
filestore
活动
搜索
登录
周世豪
/
YiWuProject
派生自
YiWuProject
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
权限管理开发基本功能已完成,待前端对接
zhoushihao
2024-04-28
4ef814a15c658814be58f27cf98690c203204eef
[~zhoushihao/YiWuProject.git]
/
hangzhoumesParent
/
moduleService
/
LoadGlassModule
/
src
/
main
/
java
/
com
/
mes
/
workstation
/
entity
/
UpWorkSequence.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.mes.workstation.entity;
import lombok.Data;
/**
* @author wu
*/
@Data
public class UpWorkSequence {
private int sequence;
private int workId;
private int number;
}