仪表盘
版本库
文件存储
活动
搜索
登录
main
/
data-acquisition
设备数据采集器
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
init commit
zouyu
2025-06-05
4960c8975807c39be4b6ee97aac20e95b789df9a
[data-acquisition.git]
/
src
/
main
/
java
/
com
/
chinaztt
/
mes
/
docx
/
constant
/
CommonConstants.java
1
2
3
4
5
6
7
package com.chinaztt.mes.docx.constant;
public interface CommonConstants {
Integer SUCCESS = 0;
Integer FAIL = 1;
}