bug
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.peanut.modules.common.to;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@Data
|
||||
public class ChangeCatalogueFeeDto {
|
||||
|
||||
private Integer catalogueId;
|
||||
|
||||
//0半年1全年
|
||||
private Integer type ;
|
||||
|
||||
private BigDecimal fee;
|
||||
|
||||
private Integer productId;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user