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
  • SnHistory.java
  • fix:sn优化;
    37d7fe84
    周鸿 authored
    2025-09-05 16:38:56 +0800  
    Browse Code »
SnHistory.java 290 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
package com.huaheng.api.crm.domain;

import lombok.Data;

import java.math.BigDecimal;

/**
 * Created by Enzo Cotter on 2019/10/15.
 */
@Data
public class SnHistory {

    private String snCode;

    private String startTime;

    private String endTime;

    private Integer limitNum;

}