pang.jiabao
2025-05-15 5e4c141e378b31dd2465350adfd1ed99cce6b4cf
src/main/java/com/zy/asrs/domain/enums/SiteStatusType.java
@@ -21,7 +21,7 @@
    ;
    public static SiteStatusType process(StaProtocol staProtocol){
    public static SiteStatusType process(StaProtocol staProtocol) {
        if (staProtocol == null) {
            return null;
        }