yaowanxin
2025-07-19 c60a4e38e2512a7e5ad44a4d2b514c54d41d8801
1
2
3
4
5
6
7
package com.chinaztt.mes.docx.constant;
 
 
public interface CommonConstants {
    Integer SUCCESS = 0;
    Integer FAIL = 1;
}