代码生成

This commit is contained in:
2021-09-28 17:08:49 +08:00
parent c60fa7f223
commit acd0904912
205 changed files with 1083 additions and 218 deletions

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class AlarmBase extends Model<AlarmBase> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class AlarmInfo extends Model<AlarmInfo> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class CurrTask extends Model<CurrTask> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用2停止

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class CurrTaskDet extends Model<CurrTaskDet> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用2停止

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class Factory extends Model<Factory> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:0 可用 1不可用

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class InStockInfo extends Model<InStockInfo> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用2停止

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class InStockInfoHis extends Model<InStockInfoHis> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用2停止

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class KilnInfo extends Model<KilnInfo> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class Location extends Model<Location> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -18,7 +18,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class OrderInfo extends Model<OrderInfo> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用2停止

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class OrderInfoHis extends Model<OrderInfoHis> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用2停止

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class ParBase extends Model<ParBase> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用

View File

@@ -18,7 +18,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -29,7 +29,7 @@ public class ParEleValue extends Model<ParEleValue> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 添加时间

View File

@@ -18,7 +18,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -29,7 +29,7 @@ public class ParGasValue extends Model<ParGasValue> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 添加时间

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class ParInfo extends Model<ParInfo> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用

View File

@@ -18,7 +18,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -29,7 +29,7 @@ public class ParRotSpeedValue extends Model<ParRotSpeedValue> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 添加时间

View File

@@ -18,7 +18,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -29,7 +29,7 @@ public class ParTemValue extends Model<ParTemValue> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 添加时间

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class ProductAttr extends Model<ProductAttr> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class ProductLibrary extends Model<ProductLibrary> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -20,7 +20,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class TaskDetHis extends Model<TaskDetHis> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用2停止

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class TaskHis extends Model<TaskHis> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用2停止

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class TaskSourceLog extends Model<TaskSourceLog> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用2停止

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class TrayInfo extends Model<TrayInfo> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class VehicleInfo extends Model<VehicleInfo> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class Warehouse extends Model<Warehouse> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)

View File

@@ -19,7 +19,7 @@ import lombok.experimental.Accessors;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
@Data
@EqualsAndHashCode(callSuper = false)
@@ -30,7 +30,7 @@ public class WmsAndWcsLog extends Model<WmsAndWcsLog> {
private static final long serialVersionUID = 1L;
@TableId(value = "id", type = IdType.AUTO)
private Integer id;
private Long id;
/**
* 删除标志,是否有效:1 可用 0不可用2停止

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface AlarmBaseMapper extends BaseMapper<AlarmBase> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface AlarmInfoMapper extends BaseMapper<AlarmInfo> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface CurrTaskDetMapper extends BaseMapper<CurrTaskDet> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface CurrTaskMapper extends BaseMapper<CurrTask> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface FactoryMapper extends BaseMapper<Factory> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface InStockInfoHisMapper extends BaseMapper<InStockInfoHis> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface InStockInfoMapper extends BaseMapper<InStockInfo> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface KilnInfoMapper extends BaseMapper<KilnInfo> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface LocationMapper extends BaseMapper<Location> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface LoginLogMapper extends BaseMapper<LoginLog> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface LoginSessionMapper extends BaseMapper<LoginSession> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface OrderInfoHisMapper extends BaseMapper<OrderInfoHis> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface OrderInfoMapper extends BaseMapper<OrderInfo> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface ParBaseMapper extends BaseMapper<ParBase> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface ParEleValueMapper extends BaseMapper<ParEleValue> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface ParGasValueMapper extends BaseMapper<ParGasValue> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface ParInfoMapper extends BaseMapper<ParInfo> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface ParRotSpeedValueMapper extends BaseMapper<ParRotSpeedValue> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface ParTemValueMapper extends BaseMapper<ParTemValue> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface ProductAttrMapper extends BaseMapper<ProductAttr> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface ProductLibraryMapper extends BaseMapper<ProductLibrary> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface ResourceMapper extends BaseMapper<Resource> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SmsCodeMapper extends BaseMapper<SmsCode> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SmsSceneMapper extends BaseMapper<SmsScene> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SmsSendMapper extends BaseMapper<SmsSend> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SmsSignMapper extends BaseMapper<SmsSign> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SmsTemplateMapper extends BaseMapper<SmsTemplate> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SysDictDataMapper extends BaseMapper<SysDictData> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SysDictTypeMapper extends BaseMapper<SysDictType> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SysFileMapper extends BaseMapper<SysFile> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SysFileTypeMapper extends BaseMapper<SysFileType> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SysMenuMapper extends BaseMapper<SysMenu> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SysMenuResourceMapper extends BaseMapper<SysMenuResource> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SysOrgMapper extends BaseMapper<SysOrg> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SysPostMapper extends BaseMapper<SysPost> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SysRoleMapper extends BaseMapper<SysRole> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SysRoleMenuMapper extends BaseMapper<SysRoleMenu> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SysUserMapper extends BaseMapper<SysUser> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SysUserPostMapper extends BaseMapper<SysUserPost> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface SysUserRoleMapper extends BaseMapper<SysUserRole> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface TaskDetHisMapper extends BaseMapper<TaskDetHis> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface TaskHisMapper extends BaseMapper<TaskHis> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface TaskSourceLogMapper extends BaseMapper<TaskSourceLog> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface TrayInfoMapper extends BaseMapper<TrayInfo> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface VehicleInfoMapper extends BaseMapper<VehicleInfo> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface WarehouseMapper extends BaseMapper<Warehouse> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface WechatTemplateMessageMapper extends BaseMapper<WechatTemplateMessage> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface WmsAndWcsLogMapper extends BaseMapper<WmsAndWcsLog> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface AlarmBaseServiceBiz extends IService<AlarmBase> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface AlarmInfoServiceBiz extends IService<AlarmInfo> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface CurrTaskDetServiceBiz extends IService<CurrTaskDet> {

View File

@@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
* </p>
*
* @author mt
* @since 2021-09-27
* @since 2021-09-28
*/
public interface CurrTaskServiceBiz extends IService<CurrTask> {

Some files were not shown because too many files have changed in this diff Show More