commit for pull

This commit is contained in:
caixiang
2023-02-22 20:48:15 +08:00
parent 4535677c93
commit 4d1a58b8c7
24 changed files with 1179 additions and 3 deletions

View File

@@ -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;
}