Commit 7eccbe02 by jianan

新单跟进83

parent 3877843b
......@@ -14,6 +14,12 @@ import java.util.Map;
@Data
public class FortuneAccountVO {
/**
* fortuneAccount id
*/
@Schema(description = "fortuneAccount id")
private Long id;
/**
* 出账记录业务id
*/
@Schema(description = "出账记录业务id")
......
......@@ -18,7 +18,7 @@ public class FortuneVO implements Serializable {
* fortune id
*/
@Schema(description = "fortune id")
private Long fortuneId;
private Long id;
/**
* 保单发佣业务id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment