zouyu
2026-04-03 625c4f2816d171bbe8cf264e23d3bec0c11e3b86
1
2
3
4
5
6
7
package com.chinaztt.mes.docx.constant;
 
 
public interface CommonConstants {
    Integer SUCCESS = 0;
    Integer FAIL = 1;
}