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