This commit is contained in:
cun-nan 2024-09-04 14:11:14 +08:00
parent 224f30bb9f
commit 978db708e9

View File

@ -30,6 +30,10 @@ public class ActivePriceOil extends Model<ActivePriceOil> {
private Integer activeId ;
/** 油品油号id */
private Integer oilId ;
/** 油品 */
private String oilType ;
/** 油号 */
private String oilName ;
/** 是否删除0未1删 */
private String type ;
/** 挂牌价 */