Sign in

wms / wms4_wuhanfeipu · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms4_wuhanfeipu
  • ..
  • entity
  • PartInfo.java
  • 生产计划开发
    d0f5b0a3
    陈翱 authored
    2024-05-08 17:20:42 +0800  
    Browse Code »
PartInfo.java 282 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
package org.jeecg.modules.working.entity;

import lombok.Data;

/**
 * @author chenao
 * @date 2022年05月25日 17:05
 */
@Data
public class PartInfo {
    private String name;
    private String spec;
    private String u8;
    private String workno;
    private String qrcode;
}