feat(REQ-3300) - 调整变洽签主单据保存的入参模型
This commit is contained in:
parent
b268bfd727
commit
a870a25ae6
@ -138,7 +138,7 @@ public class VisaChangeTempCreateReq {
|
||||
*
|
||||
* @see VisaBillTypeEnum
|
||||
*/
|
||||
private Map<String, List<Long>> relationOrderMap;
|
||||
private Map<String, List<OrderSimpleModel>> relationOrderMap;
|
||||
|
||||
/**
|
||||
* 附件,json列表
|
||||
@ -162,6 +162,26 @@ public class VisaChangeTempCreateReq {
|
||||
*/
|
||||
private Long operatorPersonId;
|
||||
|
||||
@Data
|
||||
@Builder
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public static class OrderSimpleModel {
|
||||
/**
|
||||
* 单据主键 ID
|
||||
*/
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 单据编号
|
||||
*/
|
||||
private String no;
|
||||
|
||||
/**
|
||||
* 单据名称
|
||||
*/
|
||||
private String name;
|
||||
}
|
||||
|
||||
@Data
|
||||
@Builder
|
||||
|
||||
Loading…
Reference in New Issue
Block a user