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