commit for pull
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.cnbm.packing.param;
|
||||
|
||||
import io.swagger.models.auth.In;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Desc: ""
|
||||
* @Author: caixiang
|
||||
* @DATE: 2023/2/15 19:05
|
||||
*/
|
||||
@Data
|
||||
public class CompensationQueryParam {
|
||||
private float pmpp;
|
||||
private Integer lineBody;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user