This commit is contained in:
zhangchenbiao
2023-05-19 19:32:38 +08:00
parent e9b35b41f7
commit 63505941d0
70 changed files with 1238 additions and 192 deletions

View File

@@ -1,6 +1,6 @@
package com.cool.store.model.dto;
package com.cool.store.dto;
import com.cool.store.model.entity.EnterpriseConfigDO;
import com.cool.store.entity.EnterpriseConfigDO;
import lombok.Data;
import org.apache.commons.collections4.CollectionUtils;

View File

@@ -0,0 +1,21 @@
package com.cool.store.dto.login;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* @author zhangchenbiao
* @FileName: FeiShuLoginDTO
* @Description:
* @date 2023-05-19 19:25
*/
@Data
public class FeiShuLoginDTO {
@ApiModelProperty("code")
private String code;
@ApiModelProperty("应用id")
private String appId;
}

View File

@@ -1,4 +1,4 @@
package com.cool.store.model.entity;
package com.cool.store.entity;
import java.io.Serializable;
import java.util.Date;

View File

@@ -1,4 +1,4 @@
package com.cool.store.model.entity;
package com.cool.store.entity;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;

View File

@@ -1,4 +1,4 @@
package com.cool.store.model.entity;
package com.cool.store.entity;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;

View File

@@ -1,4 +1,4 @@
package com.cool.store.model.entity;
package com.cool.store.entity;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;

View File

@@ -1,4 +1,4 @@
package com.cool.store.model.entity;
package com.cool.store.entity;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;

View File

@@ -1,4 +1,4 @@
package com.cool.store.model.entity;
package com.cool.store.entity;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;

View File

@@ -1,4 +1,4 @@
package com.cool.store.model.entity;
package com.cool.store.entity;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;

View File

@@ -1,4 +1,4 @@
package com.cool.store.model.entity;
package com.cool.store.entity;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;

View File

@@ -1,4 +1,4 @@
package com.cool.store.model.entity;
package com.cool.store.entity;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;