ZengTao
2024-03-25 5c1c0b9de58edb54443e43edf8a141b8231563e6
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,6 @@
     * 线路
     */
    private Integer line;
}