Sign in

guzijian / bsth-alcohol-sign · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth-alcohol-sign
  • ..
  • domain
  • OrderEntity.java
  • 车辆信息和钥匙信息
      1d5f2e04
    liujun001 authored
    2024-06-24 16:57:02 +0800  
    Browse Code »
OrderEntity.java 297 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
package com.ruoyi.domain;

import lombok.Data;

/**
 * @author liujun
 * @date 2024年06月24日 15:43
 */
@Data
public class OrderEntity implements java.io.Serializable{

    private static final long serialVersionUID = 1651721918915555571L;

    private String order;
    private String prop;
}