zc
2025-10-16 3c9b9886fc9e9a26dac4e8b5dd4cc0db0b8fce82
1
2
3
4
5
6
7
8
9
package com.zy.acs.gateway.constant;
 
/**
 * 预留接口,反射时调用
 * Created by vincent on 2019-04-03
 */
public interface ICodedStatus {
    int getCode();
}