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