Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chenchao
2020-01-07 14:23:03 +0800
Commit
cb2f5d4a2c2979bdf842633b44fceead37c29ba0
1 parent
838f1364
add seller deliver limit time
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
order/src/main/java/com/yoho/ufo/order/model/metaconfig/BuyerOrderViolationPenalty.java
order/src/main/java/com/yoho/ufo/order/model/metaconfig/PullWoolss.java → order/src/main/java/com/yoho/ufo/order/model/metaconfig/PullWool.java
order/src/main/java/com/yoho/ufo/order/model/metaconfig/BuyerOrderViolationPenalty.java
View file @
cb2f5d4
...
...
@@ -16,7 +16,7 @@ public class BuyerOrderViolationPenalty {
private
PullWool
pullWool
;
/**
* {
* "PullWool
ss
":{
* "PullWool":{
* "rate":0.03,
* "moneyRange":{
* "min":15
...
...
order/src/main/java/com/yoho/ufo/order/model/metaconfig/PullWool
ss
.java → order/src/main/java/com/yoho/ufo/order/model/metaconfig/PullWool.java
View file @
cb2f5d4
...
...
@@ -5,5 +5,5 @@ package com.yoho.ufo.order.model.metaconfig;
* @Date: 2019-11-30 10:24
* @Description: 说明
*/
public
class
PullWool
ss
{
public
class
PullWool
{
}
...
...
Please
register
or
login
to post a comment