Sign in

wms / hhwms · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • hhwms
  • ..
  • domain
  • MesPostBack.java
  • 任务回传
    5d480960
    tongzhonghao authored
    2022-11-29 08:42:38 +0800  
    Browse File ยป
MesPostBack.java 171 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
package com.huaheng.pc.srm.domain;

import lombok.Data;

@Data
public class MesPostBack {

    private String lotno;
    private String muser;
    private String type;

}