dashboard
repositories
filestore
activity
search
login
main
/
beauty-erp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
重构:套餐项目
935090232@qq.com
2022-03-13
76ed413ae6fd573996207760904304b4951df5d5
[beauty-erp.git]
/
zq-erp
/
src
/
main
/
java
/
com
/
matrix
/
system
/
hive
/
validation
/
ProjUseGroup.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.matrix.system.hive.validation;
public interface ProjUseGroup {
/**
* 新增会员项目
*/
interface addProject {
}
/**
* 新增会员套餐
*/
interface addTc {
}
}