cloudroam
2025-03-19 c3fbe657671ae55768ce9ac7ea7bb75ff0c6829e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.jsh.erp.service.platformConfig;
 
import com.jsh.erp.service.ResourceInfo;
 
import java.lang.annotation.*;
 
/**
 * @author jishenghua qq752718920  2020-10-16 22:26:27
 */
@ResourceInfo(value = "platformConfig")
@Inherited
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface PlatformConfigResource {
}