dashboard
repositories
filestore
activity
search
login
admin
/
kidgrow-microservices-platform
forked from
kidgrow-microservices-platform
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修正由于没有更新预扣记录的时间,导致统计的剩余光片数量错误的问题。
侯瑞军
2021-03-31
5019e6c7ea5f1e17dcdcd2b0562a427daf539eb7
[~admin/kidgrow-microservices-platform.git]
/
kidgrow-commons
/
kidgrow-common-spring-boot-starter
/
src
/
main
/
java
/
com
/
kidgrow
/
common
/
constant
/
HealthConstant.java
1
2
3
4
5
6
7
8
package com.kidgrow.common.constant;
public interface HealthConstant {
/**
* 调用运动处方的加盐方式
*/
public static final String HEALTH_KEY = "xg~!@753159";
}