公告板
版本库
filestore
活动
搜索
登录
main
/
pipIrr-SV
元谋二期后端软件系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改升级数据中的CRC16验证算法,注意其是大端模块,与其他部分不一样
liurunyu
2024-12-02
e29b2f68e2062688c2d40209ba434e3e7932b92e
[pipIrr-SV.git]
/
pipIrr-platform
/
pipIrr-common
/
src
/
main
/
java
/
com
/
dy
/
common
/
aop
/
SsoAop.java
1
2
3
4
5
6
7
8
9
package com.dy.common.aop;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Inherited
public @interface SsoAop {
}