公告板
版本库
filestore
活动
搜索
登录
无法载入版本库 ~luxiaotao1123/zy-asrs.git
main
/
wms-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
no message
skyouc
2025-05-20
31c32bf1d55b52fa612b1878d8914dd0c05fb737
[wms-master.git]
/
rsf-server
/
src
/
main
/
java
/
com
/
vincent
/
rsf
/
server
/
system
/
service
/
SerialRuleService.java
1
2
3
4
5
6
7
8
package
com
.
vincent
.
rsf
.
server
.
system
.
service
;
import
com
.
baomidou
.
mybatisplus
.
extension
.
service
.
IService
;
import
com
.
vincent
.
rsf
.
server
.
system
.
entity
.
SerialRule
;
public
interface
SerialRuleService
extends
IService
<
SerialRule
>
{
}