Commit 959c5f84 by huluobin

fix

parent b0ad4f1b
package com.gogirl.application.order.serve;
public interface CouponCmdService {
}
package com.gogirl.application.order.serve;
public interface ScheduleManageCmdService {
}
package com.gogirl.application.order.serve.impl;
import com.gogirl.application.order.serve.CouponCmdService;
import lombok.AllArgsConstructor;
import org.springframework.stereotype.Service;
@Service
@AllArgsConstructor
public class CouponCmdServiceImpl implements CouponCmdService {
}
......@@ -27,6 +27,7 @@ public class Career {
private String technicianName;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@ApiModelProperty("加入gogirl时间")
private Date joinDate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment