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