调整基础数据、车船务、项目、合同
This commit is contained in:
+6
@@ -34,6 +34,7 @@ import lombok.EqualsAndHashCode;
|
||||
import org.springblade.core.mp.base.BaseEntity;
|
||||
|
||||
import java.io.Serial;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* 费用项实体类
|
||||
@@ -64,6 +65,11 @@ public class FeeItem extends BaseEntity {
|
||||
*/
|
||||
@Schema(description = "费用项代码")
|
||||
private String englishName;
|
||||
/**
|
||||
* 税率(百分比)
|
||||
*/
|
||||
@Schema(description = "税率(百分比)")
|
||||
private BigDecimal taxRate;
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user