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
  • ..
  • domainBack
  • ErpService.java
  • fix: t100正式测试环境;
    0662f493
    周鸿 authored
    2025-01-03 09:30:01 +0800  
    Browse Dir »
ErpService.java 294 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
package com.huaheng.api.erp.domainBack;

import lombok.Data;

@Data
public class ErpService {
    private  String prod="T100";
    private  String name="";
    private  String ip="172.16.11.152";

    //正式
    private  String id="topprd";
    //测试
//    private String id="toptst";


}