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