上海郢昱
15 小时以前 7392f08349f8df8c19422f164838d229e504cb06
1
2
3
4
5
6
7
package com.hwtd.mes.collect.constant;
 
 
public interface CommonConstants {
    Integer SUCCESS = 0;
    Integer FAIL = 1;
}