Commit d4b2d7aa authored by nanahira's avatar nanahira

fix

parent 03003e69
......@@ -8,6 +8,7 @@ export const NotWritable = () =>
Expose({ groups: ['r'] }),
IsOptional(),
Metadata.set('notWritable', true, 'notWritableFields'),
Metadata.set('notChangeable', true, 'notChangeableFields'),
]);
export const NotChangeable = () =>
MergePropertyDecorators([
......
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