wu
2024-11-12 ca1ae93196be366e707647c42e3039512a2cf45f
springboot-vue3/src/main/java/com/example/springboot/entity/MeasureSetting.java
@@ -1,5 +1,6 @@
package com.example.springboot.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
@@ -30,5 +31,10 @@
     * 线路
     */
    private Integer line;
    private Integer thickness;
    private String films ;
}