|
|
|
|
@ -1,5 +1,9 @@
|
|
|
|
|
package cn.iocoder.mall.order.api.bo;
|
|
|
|
|
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
import lombok.experimental.Accessors;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -9,6 +13,8 @@ import java.io.Serializable;
|
|
|
|
|
* @author wtz
|
|
|
|
|
* @time 2019-06-15 13:52
|
|
|
|
|
*/
|
|
|
|
|
@Data
|
|
|
|
|
@Accessors(chain = true)
|
|
|
|
|
public class OrderCommentTimeOutBO implements Serializable {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|