yangys
2024-04-01 86cdd920b68274185233383f69ddb974052b6b6f
1
2
3
4
5
6
package com.qianwen.smartman.modules.system.constant;
 
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/system/constant/IsSystemConstant.class */
public interface IsSystemConstant {
    public static final Integer IsSystem = 1;
}