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