mirror of https://github.com/jeecgboot/jeecg-boot
Create model ShoumanOrderRequest
parent
b30434cf82
commit
d827c3b9ed
|
@ -0,0 +1,10 @@
|
||||||
|
package org.jeecg.modules.business.domain.api.shouman;
|
||||||
|
|
||||||
|
import com.alibaba.fastjson.JSONArray;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class ShoumanOrderRequest {
|
||||||
|
private String platformOrderId;
|
||||||
|
private JSONArray remarks;
|
||||||
|
}
|
Loading…
Reference in New Issue