You've already forked FrameTour-BE
照片打印
This commit is contained in:
@@ -13,6 +13,7 @@ public class MemberPrintResp {
|
||||
private String origUrl;
|
||||
private String cropUrl;
|
||||
private Integer quantity;
|
||||
private Integer printerId;
|
||||
private Long orderId;
|
||||
private Integer status;
|
||||
private Date createTime;
|
||||
|
@@ -0,0 +1,10 @@
|
||||
package com.ycwl.basic.model.printer.req;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class FromSourceReq {
|
||||
List<Long> ids;
|
||||
}
|
Reference in New Issue
Block a user