This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
qiubinghui
/
zhywpt-issuer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
core
master
chenchaod
1 month ago
parent
3c57ceba31
commit
1db03b4582
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
gly-base-core/src/main/java/cn/com/taiji/core/repo/jpa/comm/SatisfactionRepo.java
+ 2
- 0
gly-base-core/src/main/java/cn/com/taiji/core/repo/jpa/comm/SatisfactionRepo.java
View File
@@ -13,6 +13,8 @@ import cn.com.taiji.core.entity.comm.CommonSatisfaction;
*/
public interface SatisfactionRepo extends AbstractJpaRepo<CommonSatisfaction, String> {
CommonSatisfaction findByOrderNo(String orderNo);
}
Write
Preview
Loading…
Cancel
Save