dashboard
repositories
filestore
activity
search
login
jiangyouyao
/
beauty-erp
forked from
beauty-erp
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
1. 新增套餐中有效和无效的操作 2. 会员修改门店功能 3. 套餐新增编辑次数功能 4. 计算是否为赠送的条件为,全部为赠送金额购买且支付金额大于0...
jyy
2021-07-17
ad31648c6f7a8bff1f7ccdf84b76006b9ffb78f8
[~jiangyouyao/beauty-erp.git]
/
zq-erp
/
src
/
main
/
java
/
com
/
matrix
/
system
/
hive
/
bean
/
BusinessData.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.matrix.system.hive.bean;
import com.matrix.core.pojo.EntityDTO;
import java.sql.Date;
/**
* 业务经营数据
*/
public class BusinessData extends EntityDTO {
private Date time;
}