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