dashboard
repositories
filestore
activity
search
login
jiangyouyao
/
beauty-erp
forked from
beauty-erp
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'ty_fix' into score_shop
Helius
2021-11-30
ba7ef6a2cfeff873da48469cc775c5f928ea45e8
[~jiangyouyao/beauty-erp.git]
/
zq-erp
/
src
/
main
/
java
/
com
/
matrix
/
system
/
shopXcx
/
api
/
service
/
WxShopMemberDayService.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.matrix.system.shopXcx.api.service;
/**
* @author jiangyouyao
*/
public interface WxShopMemberDayService {
/**
* 判断是否是会员日
* @param
* @return 折扣值
*/
Double getMemberDay();
}