特殊日历实体

parent 4d69e6bd
package com.aps.entity;
import lombok.Data;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.time.LocalDateTime;
@Data
public class ProdEquipSpecialCal {
private String sceneId;
private String equipCode;
private LocalDateTime startDate;
private LocalDateTime endDate;
private String shiftWorkSchedCode;
private String periodDesc;
private Integer equipId;
private Long efficiencyCoeff;
private Long referenceId;
private String referenceName;
private Long creatorUserId;
private LocalDateTime creationTime;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment