dashboard
repositories
filestore
activity
search
login
main
/
hazmat_manage
危化品全生命周期管理后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
git
heheng
2025-03-06
07a6e79342c381d4d8c98a92a216c41dc9502a09
[hazmat_manage.git]
/
hazmat-system
/
src
/
main
/
java
/
com
/
gkhy
/
hazmat
/
system
/
domain
/
vo
/
TabooDisVo.java
1
2
3
4
5
6
7
8
9
package com.gkhy.hazmat.system.domain.vo;
import lombok.Data;
@Data
public class TabooDisVo {
private String spNum;
private Long id;
}