yaowanxin
9 天以前 e58fbf25c7a6827888e830533ecfc8c26b893308
1
2
3
4
5
6
7
package com.chinaztt.mes.docx.constant;
 
 
public interface CommonConstants {
    Integer SUCCESS = 0;
    Integer FAIL = 1;
}