Class AddDictReq

java.lang.Object
io.github.xezzon.zeroweb.dict.entity.AddDictReq
All Implemented Interfaces:
io.github.xezzon.zeroweb.core.trait.Into<Dict>

public class AddDictReq extends Object implements io.github.xezzon.zeroweb.core.trait.Into<Dict>

新增字典请求对象

用于封装新增字典目或字典项的请求参数。 该对象实现了 Into 接口,可以转换为 Dict 实体对象。

Author:
xezzon
  • Constructor Details

    • AddDictReq

      public AddDictReq()
  • Method Details

    • into

      public Dict into()
      转换为字典实体对象
      Specified by:
      into in interface io.github.xezzon.zeroweb.core.trait.Into<Dict>
      Returns:
      字典实体对象