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
  • ..
  • purchaseWmsR
  • ParameterPurchase.java
  • fix:erp升级接口及修改;
    b4bd2ac2
    周鸿 authored
    2024-07-02 09:38:18 +0800  
    Browse Dir »
ParameterPurchase.java 278 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
package com.huaheng.api.erp.domainBack.purchaseWmsR;

import java.util.List;

import lombok.Data;

/**
 * 采购收货、采购验退、采购入库、采购仓退、委外采购收货
 */
@Data
public class ParameterPurchase {



    private List<MasterPurchase> master;




}