fix:缴费信息
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.cool.store.response;
|
||||
|
||||
import com.cool.store.entity.FranchiseFeeDO;
|
||||
import com.cool.store.entity.LinePayDO;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@@ -41,6 +42,9 @@ public class FranchiseFeeResponse {
|
||||
private Date createTime;
|
||||
private Date updateTime;
|
||||
|
||||
private LinePayDO linePayDO;
|
||||
|
||||
|
||||
|
||||
public static FranchiseFeeResponse from(FranchiseFeeDO franchiseFeeDO) {
|
||||
if (franchiseFeeDO == null) {
|
||||
|
||||
Reference in New Issue
Block a user