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