You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
299 B

package cn.teammodel.model.dto.Appraise;
import lombok.Data;
/**
* @author winter
* @create 2023-11-22 16:16
*/
@Data
public class UpdateNodeDto {
// 检索需要,但是有 bug
String periodId;
String id;
String name;
String logo;
Integer order;
boolean isPraise;
}