task `1308` 4 同步国际化资源
parent
9d5eac441e
commit
32c9bbbe85
@ -0,0 +1,15 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.mes.annotation;
|
||||||
|
|
||||||
|
|
||||||
|
import java.lang.annotation.*;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Author: Wynne.Lu
|
||||||
|
* @CreateDate: 2019/12/25 1:45 下午
|
||||||
|
* @Description:
|
||||||
|
**/
|
||||||
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
|
@Target({ElementType.TYPE})
|
||||||
|
@Documented
|
||||||
|
public @interface UseMongoDb {
|
||||||
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
//package cn.estsh.i3plus.pojo.mes.repositorymongo;
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//import cn.estsh.i3plus.pojo.base.jpa.dao.BaseMongoRepository;
|
||||||
|
//import cn.estsh.i3plus.pojo.mes.bean.MesProductData;
|
||||||
|
//import org.springframework.stereotype.Repository;
|
||||||
|
//
|
||||||
|
///**
|
||||||
|
// * @Author: Wynne.Lu
|
||||||
|
// * @CreateDate: 2019/12/25 1:30 下午
|
||||||
|
// * @Description:
|
||||||
|
// **/
|
||||||
|
//@Repository
|
||||||
|
//public interface MesProductDataRepository extends BaseMongoRepository<MesProductData, Long> {
|
||||||
|
//}
|
Loading…
Reference in New Issue