发票价格不匹配时 状态是未登记
							parent
							
								
									8198a35458
								
							
						
					
					
						commit
						d67ef1050c
					
				| @ -0,0 +1,21 @@ | |||||||
|  | package com.glxp.api.req.inout; | ||||||
|  | 
 | ||||||
|  | import com.glxp.api.entity.inout.IoOrderDetailCodeEntity; | ||||||
|  | import lombok.Data; | ||||||
|  | 
 | ||||||
|  | import java.util.List; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * @author : zhangsan | ||||||
|  |  * @date : 2023/6/8 15:15 | ||||||
|  |  * @modyified By : | ||||||
|  |  */ | ||||||
|  | 
 | ||||||
|  | @Data | ||||||
|  | public class InvoiceRequest { | ||||||
|  |     private List<IoOrderDetailCodeEntity> list; | ||||||
|  |     private String key; | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | } | ||||||
					Loading…
					
					
				
		Reference in New Issue