| | |
| | | |
| | | import com.qianwen.smartman.common.constant.ExtCacheConstant; |
| | | |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/system/constant/FieldConstant.class */ |
| | | public interface FieldConstant { |
| | | public static final String OPTION_NAME = "options"; |
| | | public static final String OPTION_LABEL = "label"; |
| | |
| | | public static final Long DEFAULT_PRODUCT_ID = 1590984632397881346L; |
| | | |
| | | static String getFieldCacheKey(String fieldCode, Integer busType) { |
| | | return FIELD_CACHE + busType + SystemPropertyUtils.VALUE_SEPARATOR + fieldCode; |
| | | return FIELD_CACHE + busType + ":" + fieldCode; |
| | | } |
| | | } |