yangys
2024-03-28 13ada1093cb8de6e31a718d2222429ded70133c8
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;
}