Commit a30abe52 by 刘鑫

fix: 添加set get

1 parent 06039f5d
package com.dituhui.pea.order.feign.bean;
import lombok.Getter;
import lombok.Setter;
import java.util.List;
/**
*
*/
@Getter
@Setter
public class Rescheduled {
/**
* 服务工单唯一的识别编号,创建时生成
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!