Sign in

wms / wms_changshushengyi · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms_changshushengyi
  • ..
  • domain
  • ContainerNumberDomain.java
  • 商片仓更新位置pc端和接口;
    7b29a512
    周鸿 authored
    2023-04-11 15:41:00 +0800  
    Browse Code »
ContainerNumberDomain.java 183 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
package com.huaheng.api.pda.domain;

import lombok.Data;

@Data
public class ContainerNumberDomain {

    String rollNumber;
    Integer containerNumber;

    String containerCode;
}