This commit is contained in:
Cauchy
2023-10-23 17:41:38 +08:00
parent 3a59fdb860
commit 167d2de1bd
5 changed files with 85 additions and 21 deletions

View File

@@ -0,0 +1,20 @@
package com.peanut.modules.book.vo.response;
import lombok.Data;
/**
* @Description: 面单响应 value object
* @Author: Cauchy
* @CreateTime: 2023/10/23
*/
@Data
public class PrintTemplateVo {
/**
* 快递单号
*/
private String expressOrderSn;
/**
* 面单
*/
private String printTemplate;
}

View File

@@ -9,6 +9,7 @@ import lombok.Data;
*/
@Data
public class UserResponseVo {
private Integer userId;
/**
* 用户姓名
*/